Color Hex Logo

#deb5cc Color Hex

#DEB5CC
(222,181,204)
0 Favorites   0 Comments

Color spaces of #deb5cc

RGB 222181204
HSL0.910.380.79
HSV326°18°87°
CMYK 0.000.180.08   0.13
XYZ57.547252.937064.3115
Yxy52.93700.32920.3029
Hunter Lab72.757813.8569-1.4767
CIE-Lab77.837818.5186-6.0162

#deb5cc color RGB value is (222,181,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 11001100
Octal 336 265 314
Decimal 222 181 204
Hex DE B5 CC

RGB Percentages of Color #deb5cc

%36.57
%29.82
%33.61

CMYK Percentages of Color #deb5cc

%0
%18
%8
%13

Triadic Colors of #deb5cc

#deb5cc #ccdeb5 #b5ccde

Analogous Colors of #deb5cc

#deb5cc #deb5b8 #dcb5de

Monochromatic Colors of #deb5cc

#deb5cc

Complementary Color

#deb5cc #b5dec7

#deb5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb5cc Color CSS Codes

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

#deb5cc Text Font Color

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

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


#deb5cc Background Color

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

This div background color is #deb5cc


#deb5cc Border Color

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

This div border color is #deb5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb5cc


Comments

No comments written yet.

Please login to write comment.