Color Hex Logo

#dfcce2 Color Hex

#DFCCE2
(223,204,226)
0 Favorites   0 Comments

Color spaces of #dfcce2

RGB 223204226
HSL0.810.280.84
HSV292°10°89°
CMYK 0.010.100.00   0.11
XYZ65.751864.364780.9096
Yxy64.36470.31160.3050
Hunter Lab80.22765.8942-3.6347
CIE-Lab84.155310.5040-8.4705

#dfcce2 color RGB value is (223,204,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11100010
Octal 337 314 342
Decimal 223 204 226
Hex DF CC E2

RGB Percentages of Color #dfcce2

%34.15
%31.24
%34.61

CMYK Percentages of Color #dfcce2

%1
%10
%0
%11

Triadic Colors of #dfcce2

#dfcce2 #e2dfcc #cce2df

Analogous Colors of #dfcce2

#dfcce2 #e2ccda #d4cce2

Monochromatic Colors of #dfcce2

#dfcce2

Complementary Color

#dfcce2 #cfe2cc

#dfcce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcce2 Color CSS Codes

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

#dfcce2 Text Font Color

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

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


#dfcce2 Background Color

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

This div background color is #dfcce2


#dfcce2 Border Color

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

This div border color is #dfcce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcce2


Comments

No comments written yet.

Please login to write comment.