Color Hex Logo

#dec5ce Color Hex

#DEC5CE
(222,197,206)
0 Favorites   0 Comments

Color spaces of #dec5ce

RGB 222197206
HSL0.940.270.82
HSV338°11°87°
CMYK 0.000.110.07   0.13
XYZ61.231059.918366.7307
Yxy59.91830.32590.3189
Hunter Lab77.40695.73633.0723
CIE-Lab81.793810.3067-1.2738

#dec5ce color RGB value is (222,197,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 11001110
Octal 336 305 316
Decimal 222 197 206
Hex DE C5 CE

RGB Percentages of Color #dec5ce

%35.52
%31.52
%32.96

CMYK Percentages of Color #dec5ce

%0
%11
%7
%13

Triadic Colors of #dec5ce

#dec5ce #cedec5 #c5cede

Analogous Colors of #dec5ce

#dec5ce #dec9c5 #dec5db

Monochromatic Colors of #dec5ce

#dec5ce

Complementary Color

#dec5ce #c5ded5

#dec5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec5ce Color CSS Codes

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

#dec5ce Text Font Color

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

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


#dec5ce Background Color

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

This div background color is #dec5ce


#dec5ce Border Color

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

This div border color is #dec5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec5ce


Comments

No comments written yet.

Please login to write comment.