Color Hex Logo

#deb9df Color Hex

#DEB9DF
(222,185,223)
0 Favorites   0 Comments

Color spaces of #deb9df

RGB 222185223
HSL0.830.370.80
HSV298°17°87°
CMYK 0.000.170.00   0.13
XYZ60.792455.555277.3312
Yxy55.55520.31390.2868
Hunter Lab74.535415.1510-9.3392
CIE-Lab79.360019.7635-14.0273

#deb9df color RGB value is (222,185,223).

#deb9df hex color red value is 222, green value is 185 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #deb9df hue: 0.83 , saturation: 0.37 and the lightness value of deb9df is 0.80.

The process color (four color CMYK) of #deb9df color hex is 0.00, 0.17, 0.00, 0.13. Web safe color of #deb9df is #cccccc. Color #deb9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 11011111
Octal 336 271 337
Decimal 222 185 223
Hex DE B9 DF

RGB Percentages of Color #deb9df

%35.24
%29.37
%35.40

CMYK Percentages of Color #deb9df

%0
%17
%0
%13

Triadic Colors of #deb9df

#deb9df #dfdeb9 #b9dfde

Analogous Colors of #deb9df

#deb9df #dfb9cd #cbb9df

Monochromatic Colors of #deb9df

#deb9df

Complementary Color

#deb9df #badfb9

#deb9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb9df Color CSS Codes

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

#deb9df Text Font Color

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

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


#deb9df Background Color

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

This div background color is #deb9df


#deb9df Border Color

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

This div border color is #deb9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb9df


Comments

No comments written yet.

Please login to write comment.