Color Hex Logo

#dfcce1 Color Hex

#DFCCE1
(223,204,225)
0 Favorites   0 Comments

Color spaces of #dfcce1

RGB 223204225
HSL0.820.260.84
HSV294°88°
CMYK 0.010.090.00   0.12
XYZ65.614964.309980.1889
Yxy64.30990.31230.3061
Hunter Lab80.19355.7115-3.1512
CIE-Lab84.126910.3194-7.9801

#dfcce1 color RGB value is (223,204,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11100001
Octal 337 314 341
Decimal 223 204 225
Hex DF CC E1

RGB Percentages of Color #dfcce1

%34.20
%31.29
%34.51

CMYK Percentages of Color #dfcce1

%1
%9
%0
%12

Triadic Colors of #dfcce1

#dfcce1 #e1dfcc #cce1df

Analogous Colors of #dfcce1

#dfcce1 #e1ccd9 #d5cce1

Monochromatic Colors of #dfcce1

#dfcce1

Complementary Color

#dfcce1 #cee1cc

#dfcce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcce1 Color CSS Codes

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

#dfcce1 Text Font Color

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

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


#dfcce1 Background Color

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

This div background color is #dfcce1


#dfcce1 Border Color

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

This div border color is #dfcce1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,204,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 #dfcce1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcce1


Comments

No comments written yet.

Please login to write comment.