Color Hex Logo

#deb0ca Color Hex

#DEB0CA
(222,176,202)
0 Favorites   0 Comments

Color spaces of #deb0ca

RGB 222176202
HSL0.910.410.78
HSV326°21°87°
CMYK 0.000.210.09   0.13
XYZ56.310250.844562.7232
Yxy50.84450.33150.2993
Hunter Lab71.305316.1781-2.2403
CIE-Lab76.584720.8669-6.7837

#deb0ca color RGB value is (222,176,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 11001010
Octal 336 260 312
Decimal 222 176 202
Hex DE B0 CA

RGB Percentages of Color #deb0ca

%37.00
%29.33
%33.67

CMYK Percentages of Color #deb0ca

%0
%21
%9
%13

Triadic Colors of #deb0ca

#deb0ca #cadeb0 #b0cade

Analogous Colors of #deb0ca

#deb0ca #deb0b3 #dbb0de

Monochromatic Colors of #deb0ca

#deb0ca

Complementary Color

#deb0ca #b0dec4

#deb0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb0ca Color CSS Codes

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

#deb0ca Text Font Color

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

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


#deb0ca Background Color

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

This div background color is #deb0ca


#deb0ca Border Color

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

This div border color is #deb0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb0ca


Comments

No comments written yet.

Please login to write comment.