Color Hex Logo

#de9dbf Color Hex

#DE9DBF
(222,157,191)
0 Favorites   0 Comments

Color spaces of #de9dbf

RGB 222157191
HSL0.910.500.74
HSV329°29°87°
CMYK 0.000.290.14   0.13
XYZ51.585143.405154.9494
Yxy43.40510.34400.2895
Hunter Lab65.882524.4685-3.3331
CIE-Lab71.829129.2747-7.8028

#de9dbf color RGB value is (222,157,191).

#de9dbf hex color red value is 222, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #de9dbf hue: 0.91 , saturation: 0.50 and the lightness value of de9dbf is 0.74.

The process color (four color CMYK) of #de9dbf color hex is 0.00, 0.29, 0.14, 0.13. Web safe color of #de9dbf is #cc99cc. Color #de9dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011101 10111111
Octal 336 235 277
Decimal 222 157 191
Hex DE 9D BF

RGB Percentages of Color #de9dbf

%38.95
%27.54
%33.51

CMYK Percentages of Color #de9dbf

%0
%29
%14
%13

Triadic Colors of #de9dbf

#de9dbf #bfde9d #9dbfde

Analogous Colors of #de9dbf

#de9dbf #de9d9f #dd9dde

Monochromatic Colors of #de9dbf

#de9dbf

Complementary Color

#de9dbf #9ddebc

#de9dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9dbf Color CSS Codes

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

#de9dbf Text Font Color

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

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


#de9dbf Background Color

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

This div background color is #de9dbf


#de9dbf Border Color

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

This div border color is #de9dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9dbf


Comments

No comments written yet.

Please login to write comment.