Color Hex Logo

#dec4dc Color Hex

#DEC4DC
(222,196,220)
0 Favorites   0 Comments

Color spaces of #dec4dc

RGB 222196220
HSL0.850.280.82
HSV305°12°87°
CMYK 0.000.120.01   0.13
XYZ62.782460.176876.0164
Yxy60.17680.31550.3024
Hunter Lab77.57378.7107-3.7981
CIE-Lab81.934213.3181-8.5720

#dec4dc color RGB value is (222,196,220).

#dec4dc hex color red value is 222, green value is 196 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dec4dc hue: 0.85 , saturation: 0.28 and the lightness value of dec4dc is 0.82.

The process color (four color CMYK) of #dec4dc color hex is 0.00, 0.12, 0.01, 0.13. Web safe color of #dec4dc is #cccccc. Color #dec4dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000100 11011100
Octal 336 304 334
Decimal 222 196 220
Hex DE C4 DC

RGB Percentages of Color #dec4dc

%34.80
%30.72
%34.48

CMYK Percentages of Color #dec4dc

%0
%12
%1
%13

Triadic Colors of #dec4dc

#dec4dc #dcdec4 #c4dcde

Analogous Colors of #dec4dc

#dec4dc #dec4cf #d3c4de

Monochromatic Colors of #dec4dc

#dec4dc

Complementary Color

#dec4dc #c4dec6

#dec4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec4dc Color CSS Codes

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

#dec4dc Text Font Color

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

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


#dec4dc Background Color

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

This div background color is #dec4dc


#dec4dc Border Color

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

This div border color is #dec4dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,196,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dec4dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dec4dc;
  -webkit-box-shadow: 1px 1px 3px 2px #dec4dc;
  box-shadow:         1px 1px 3px 2px #dec4dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,196,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec4dc


Comments

No comments written yet.

Please login to write comment.