Color Hex Logo

#deb9ce Color Hex

#DEB9CE
(222,185,206)
0 Favorites   0 Comments

Color spaces of #deb9ce

RGB 222185206
HSL0.910.360.80
HSV326°17°87°
CMYK 0.000.170.07   0.13
XYZ58.613754.683865.8583
Yxy54.68380.32720.3052
Hunter Lab73.948512.0744-1.0395
CIE-Lab78.858816.7148-5.5906

#deb9ce color RGB value is (222,185,206).

#deb9ce hex color red value is 222, green value is 185 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #deb9ce hue: 0.91 , saturation: 0.36 and the lightness value of deb9ce is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 11001110
Octal 336 271 316
Decimal 222 185 206
Hex DE B9 CE

RGB Percentages of Color #deb9ce

%36.22
%30.18
%33.61

CMYK Percentages of Color #deb9ce

%0
%17
%7
%13

Triadic Colors of #deb9ce

#deb9ce #cedeb9 #b9cede

Analogous Colors of #deb9ce

#deb9ce #deb9bc #dcb9de

Monochromatic Colors of #deb9ce

#deb9ce

Complementary Color

#deb9ce #b9dec9

#deb9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb9ce Color CSS Codes

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

#deb9ce Text Font Color

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

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


#deb9ce Background Color

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

This div background color is #deb9ce


#deb9ce Border Color

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

This div border color is #deb9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb9ce


Comments

No comments written yet.

Please login to write comment.