Color Hex Logo

#deb1cf Color Hex

#DEB1CF
(222,177,207)
0 Favorites   0 Comments

Color spaces of #deb1cf

RGB 222177207
HSL0.890.410.78
HSV320°20°87°
CMYK 0.000.200.07   0.13
XYZ57.108851.478965.9579
Yxy51.47890.32720.2949
Hunter Lab71.748816.5175-4.2805
CIE-Lab76.968221.1899-8.9354

#deb1cf color RGB value is (222,177,207).

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

The process color (four color CMYK) of #deb1cf color hex is 0.00, 0.20, 0.07, 0.13. Web safe color of #deb1cf is #cc99cc. Color #deb1cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 11001111
Octal 336 261 317
Decimal 222 177 207
Hex DE B1 CF

RGB Percentages of Color #deb1cf

%36.63
%29.21
%34.16

CMYK Percentages of Color #deb1cf

%0
%20
%7
%13

Triadic Colors of #deb1cf

#deb1cf #cfdeb1 #b1cfde

Analogous Colors of #deb1cf

#deb1cf #deb1b9 #d7b1de

Monochromatic Colors of #deb1cf

#deb1cf

Complementary Color

#deb1cf #b1dec0

#deb1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb1cf Color CSS Codes

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

#deb1cf Text Font Color

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

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


#deb1cf Background Color

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

This div background color is #deb1cf


#deb1cf Border Color

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

This div border color is #deb1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb1cf


Comments

No comments written yet.

Please login to write comment.