Color Hex Logo

#dfcce0 Color Hex

#DFCCE0
(223,204,224)
0 Favorites   0 Comments

Color spaces of #dfcce0

RGB 223204224
HSL0.830.240.84
HSV297°88°
CMYK 0.000.090.00   0.12
XYZ65.478864.255579.4725
Yxy64.25550.31300.3071
Hunter Lab80.15955.5296-2.6702
CIE-Lab84.098610.1354-7.4893

#dfcce0 color RGB value is (223,204,224).

#dfcce0 hex color red value is 223, green value is 204 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dfcce0 hue: 0.83 , saturation: 0.24 and the lightness value of dfcce0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11100000
Octal 337 314 340
Decimal 223 204 224
Hex DF CC E0

RGB Percentages of Color #dfcce0

%34.25
%31.34
%34.41

CMYK Percentages of Color #dfcce0

%0
%9
%0
%12

Triadic Colors of #dfcce0

#dfcce0 #e0dfcc #cce0df

Analogous Colors of #dfcce0

#dfcce0 #e0ccd7 #d5cce0

Monochromatic Colors of #dfcce0

#dfcce0

Complementary Color

#dfcce0 #cde0cc

#dfcce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcce0 Color CSS Codes

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

#dfcce0 Text Font Color

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

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


#dfcce0 Background Color

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

This div background color is #dfcce0


#dfcce0 Border Color

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

This div border color is #dfcce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcce0


Comments

No comments written yet.

Please login to write comment.