Color Hex Logo

#deb0cb Color Hex

#DEB0CB
(222,176,203)
0 Favorites   0 Comments

Color spaces of #deb0cb

RGB 222176203
HSL0.900.410.78
HSV325°21°87°
CMYK 0.000.210.09   0.13
XYZ56.429050.892163.3489
Yxy50.89210.33060.2982
Hunter Lab71.338716.3510-2.7125
CIE-Lab76.613621.0376-7.2854

#deb0cb color RGB value is (222,176,203).

#deb0cb hex color red value is 222, green value is 176 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #deb0cb hue: 0.90 , saturation: 0.41 and the lightness value of deb0cb is 0.78.

The process color (four color CMYK) of #deb0cb color hex is 0.00, 0.21, 0.09, 0.13. Web safe color of #deb0cb is #cc99cc. Color #deb0cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 11001011
Octal 336 260 313
Decimal 222 176 203
Hex DE B0 CB

RGB Percentages of Color #deb0cb

%36.94
%29.28
%33.78

CMYK Percentages of Color #deb0cb

%0
%21
%9
%13

Triadic Colors of #deb0cb

#deb0cb #cbdeb0 #b0cbde

Analogous Colors of #deb0cb

#deb0cb #deb0b4 #dab0de

Monochromatic Colors of #deb0cb

#deb0cb

Complementary Color

#deb0cb #b0dec3

#deb0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb0cb Color CSS Codes

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

#deb0cb Text Font Color

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

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


#deb0cb Background Color

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

This div background color is #deb0cb


#deb0cb Border Color

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

This div border color is #deb0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb0cb


Comments

No comments written yet.

Please login to write comment.