Color Hex Logo

#dec5dc Color Hex

#DEC5DC
(222,197,220)
0 Favorites   0 Comments

Color spaces of #dec5dc

RGB 222197220
HSL0.850.270.82
HSV305°11°87°
CMYK 0.000.110.01   0.13
XYZ63.008760.629476.0919
Yxy60.62940.31550.3036
Hunter Lab77.86498.1797-3.4345
CIE-Lab82.179112.7850-8.2084

#dec5dc color RGB value is (222,197,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 11011100
Octal 336 305 334
Decimal 222 197 220
Hex DE C5 DC

RGB Percentages of Color #dec5dc

%34.74
%30.83
%34.43

CMYK Percentages of Color #dec5dc

%0
%11
%1
%13

Triadic Colors of #dec5dc

#dec5dc #dcdec5 #c5dcde

Analogous Colors of #dec5dc

#dec5dc #dec5d0 #d4c5de

Monochromatic Colors of #dec5dc

#dec5dc

Complementary Color

#dec5dc #c5dec7

#dec5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec5dc Color CSS Codes

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

#dec5dc Text Font Color

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

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


#dec5dc Background Color

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

This div background color is #dec5dc


#dec5dc Border Color

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

This div border color is #dec5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec5dc


Comments

No comments written yet.

Please login to write comment.