Color Hex Logo

#deb5cb Color Hex

#DEB5CB
(222,181,203)
0 Favorites   0 Comments

Color spaces of #deb5cb

RGB 222181203
HSL0.910.380.79
HSV328°18°87°
CMYK 0.000.180.09   0.13
XYZ57.427652.889163.6818
Yxy52.88910.33000.3040
Hunter Lab72.724913.6849-1.0101
CIE-Lab77.809518.3474-5.5155

#deb5cb color RGB value is (222,181,203).

#deb5cb hex color red value is 222, green value is 181 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #deb5cb hue: 0.91 , saturation: 0.38 and the lightness value of deb5cb is 0.79.

The process color (four color CMYK) of #deb5cb color hex is 0.00, 0.18, 0.09, 0.13. Web safe color of #deb5cb is #cccccc. Color #deb5cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 11001011
Octal 336 265 313
Decimal 222 181 203
Hex DE B5 CB

RGB Percentages of Color #deb5cb

%36.63
%29.87
%33.50

CMYK Percentages of Color #deb5cb

%0
%18
%9
%13

Triadic Colors of #deb5cb

#deb5cb #cbdeb5 #b5cbde

Analogous Colors of #deb5cb

#deb5cb #deb5b7 #ddb5de

Monochromatic Colors of #deb5cb

#deb5cb

Complementary Color

#deb5cb #b5dec8

#deb5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb5cb Color CSS Codes

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

#deb5cb Text Font Color

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

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


#deb5cb Background Color

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

This div background color is #deb5cb


#deb5cb Border Color

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

This div border color is #deb5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb5cb


Comments

No comments written yet.

Please login to write comment.