Color Hex Logo

#dfbee1 Color Hex

#DFBEE1
(223,190,225)
0 Favorites   0 Comments

Color spaces of #dfbee1

RGB 223190225
HSL0.820.370.81
HSV297°16°88°
CMYK 0.010.160.00   0.12
XYZ62.435557.951179.1291
Yxy57.95110.31290.2905
Hunter Lab76.125613.1795-8.3413
CIE-Lab80.711617.7844-13.0693

#dfbee1 color RGB value is (223,190,225).

#dfbee1 hex color red value is 223, green value is 190 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dfbee1 hue: 0.82 , saturation: 0.37 and the lightness value of dfbee1 is 0.81.

The process color (four color CMYK) of #dfbee1 color hex is 0.01, 0.16, 0.00, 0.12. Web safe color of #dfbee1 is #cccccc. Color #dfbee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11100001
Octal 337 276 341
Decimal 223 190 225
Hex DF BE E1

RGB Percentages of Color #dfbee1

%34.95
%29.78
%35.27

CMYK Percentages of Color #dfbee1

%1
%16
%0
%12

Triadic Colors of #dfbee1

#dfbee1 #e1dfbe #bee1df

Analogous Colors of #dfbee1

#dfbee1 #e1bed2 #cebee1

Monochromatic Colors of #dfbee1

#dfbee1

Complementary Color

#dfbee1 #c0e1be

#dfbee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbee1 Color CSS Codes

.mybgcolor {background-color:#dfbee1; } 
.myforecolor {color:#dfbee1; }
.mybordercolor {border:3px solid #dfbee1; }

#dfbee1 Text Font Color

<p style="color:#dfbee1">Text here</p>

This sample text font color is #dfbee1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfbee1 Background Color

<div style="background-color:#dfbee1">
Div content here</div>

This div background color is #dfbee1


#dfbee1 Border Color

<div style="border:3px solid #dfbee1">
Div here</div>

This div border color is #dfbee1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,190,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfbee1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfbee1;
  -webkit-box-shadow: 1px 1px 3px 2px #dfbee1;
  box-shadow:         1px 1px 3px 2px #dfbee1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,190,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfbee1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbee1;
  -webkit-box-shadow: 1px 1px 3px 2px #dfbee1;
  box-shadow:         1px 1px 3px 2px #dfbee1;">
Div content here</div>

This div box has shadow with color #dfbee1

#dfbee1 Color Palettes


Comments

No comments written yet.

Please login to write comment.