Color Hex Logo

#dfcee5 Color Hex

#DFCEE5
(223,206,229)
0 Favorites   0 Comments

Color spaces of #dfcee5

RGB 223206229
HSL0.790.310.85
HSV284°10°90°
CMYK 0.030.100.00   0.10
XYZ66.645665.487783.2565
Yxy65.48770.30940.3040
Hunter Lab80.92455.3864-4.3515
CIE-Lab84.734410.0024-9.2069

#dfcee5 color RGB value is (223,206,229).

#dfcee5 hex color red value is 223, green value is 206 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dfcee5 hue: 0.79 , saturation: 0.31 and the lightness value of dfcee5 is 0.85.

The process color (four color CMYK) of #dfcee5 color hex is 0.03, 0.10, 0.00, 0.10. Web safe color of #dfcee5 is #cccccc. Color #dfcee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11100101
Octal 337 316 345
Decimal 223 206 229
Hex DF CE E5

RGB Percentages of Color #dfcee5

%33.89
%31.31
%34.80

CMYK Percentages of Color #dfcee5

%3
%10
%0
%10

Triadic Colors of #dfcee5

#dfcee5 #e5dfce #cee5df

Analogous Colors of #dfcee5

#dfcee5 #e5cee0 #d4cee5

Monochromatic Colors of #dfcee5

#dfcee5

Complementary Color

#dfcee5 #d4e5ce

#dfcee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcee5 Color CSS Codes

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

#dfcee5 Text Font Color

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

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


#dfcee5 Background Color

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

This div background color is #dfcee5


#dfcee5 Border Color

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

This div border color is #dfcee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcee5


Comments

No comments written yet.

Please login to write comment.