Color Hex Logo

#deb6cb Color Hex

#DEB6CB
(222,182,203)
0 Favorites   0 Comments

Color spaces of #deb6cb

RGB 222182203
HSL0.910.380.79
HSV329°18°87°
CMYK 0.000.180.09   0.13
XYZ57.631653.297363.7498
Yxy53.29730.32990.3051
Hunter Lab73.005013.1527-0.6700
CIE-Lab78.050217.8097-5.1600

#deb6cb color RGB value is (222,182,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 11001011
Octal 336 266 313
Decimal 222 182 203
Hex DE B6 CB

RGB Percentages of Color #deb6cb

%36.57
%29.98
%33.44

CMYK Percentages of Color #deb6cb

%0
%18
%9
%13

Triadic Colors of #deb6cb

#deb6cb #cbdeb6 #b6cbde

Analogous Colors of #deb6cb

#deb6cb #deb6b7 #ddb6de

Monochromatic Colors of #deb6cb

#deb6cb

Complementary Color

#deb6cb #b6dec9

#deb6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb6cb Color CSS Codes

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

#deb6cb Text Font Color

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

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


#deb6cb Background Color

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

This div background color is #deb6cb


#deb6cb Border Color

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

This div border color is #deb6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb6cb


Comments

No comments written yet.

Please login to write comment.