Color Hex Logo

#dfcee9 Color Hex

#DFCEE9
(223,206,233)
0 Favorites   0 Comments

Color spaces of #dfcee9

RGB 223206233
HSL0.770.380.86
HSV278°12°91°
CMYK 0.040.120.00   0.09
XYZ67.210765.713886.2324
Yxy65.71380.30670.2998
Hunter Lab81.06406.1334-6.3253
CIE-Lab84.850210.7553-11.1608

#dfcee9 color RGB value is (223,206,233).

#dfcee9 hex color red value is 223, green value is 206 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dfcee9 hue: 0.77 , saturation: 0.38 and the lightness value of dfcee9 is 0.86.

The process color (four color CMYK) of #dfcee9 color hex is 0.04, 0.12, 0.00, 0.09. Web safe color of #dfcee9 is #ccccff. Color #dfcee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11101001
Octal 337 316 351
Decimal 223 206 233
Hex DF CE E9

RGB Percentages of Color #dfcee9

%33.69
%31.12
%35.20

CMYK Percentages of Color #dfcee9

%4
%12
%0
%9

Triadic Colors of #dfcee9

#dfcee9 #e9dfce #cee9df

Analogous Colors of #dfcee9

#dfcee9 #e9cee6 #d2cee9

Monochromatic Colors of #dfcee9

#dfcee9

Complementary Color

#dfcee9 #d8e9ce

#dfcee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcee9 Color CSS Codes

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

#dfcee9 Text Font Color

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

This sample text font color is #dfcee9
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.


#dfcee9 Background Color

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

This div background color is #dfcee9


#dfcee9 Border Color

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

This div border color is #dfcee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcee9


Comments

No comments written yet.

Please login to write comment.