Color Hex Logo

#deb3ca Color Hex

#DEB3CA
(222,179,202)
0 Favorites   0 Comments

Color spaces of #deb3ca

RGB 222179202
HSL0.910.390.79
HSV328°19°87°
CMYK 0.000.190.09   0.13
XYZ56.905052.034162.9215
Yxy52.03410.33110.3028
Hunter Lab72.134714.5779-1.2231
CIE-Lab77.301219.2520-5.7235

#deb3ca color RGB value is (222,179,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 11001010
Octal 336 263 312
Decimal 222 179 202
Hex DE B3 CA

RGB Percentages of Color #deb3ca

%36.82
%29.68
%33.50

CMYK Percentages of Color #deb3ca

%0
%19
%9
%13

Triadic Colors of #deb3ca

#deb3ca #cadeb3 #b3cade

Analogous Colors of #deb3ca

#deb3ca #deb3b5 #ddb3de

Monochromatic Colors of #deb3ca

#deb3ca

Complementary Color

#deb3ca #b3dec7

#deb3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb3ca Color CSS Codes

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

#deb3ca Text Font Color

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

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


#deb3ca Background Color

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

This div background color is #deb3ca


#deb3ca Border Color

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

This div border color is #deb3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb3ca


Comments

No comments written yet.

Please login to write comment.