Color Hex Logo

#deb9ed Color Hex

#DEB9ED
(222,185,237)
0 Favorites   0 Comments

Color spaces of #deb9ed

RGB 222185237
HSL0.790.590.83
HSV283°22°93°
CMYK 0.060.220.00   0.07
XYZ62.759256.341987.6881
Yxy56.34190.30350.2725
Hunter Lab75.061217.8879-16.7209
CIE-Lab79.808022.4290-20.8897

#deb9ed color RGB value is (222,185,237).

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

The process color (four color CMYK) of #deb9ed color hex is 0.06, 0.22, 0.00, 0.07. Web safe color of #deb9ed is #ccccff. Color #deb9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 11101101
Octal 336 271 355
Decimal 222 185 237
Hex DE B9 ED

RGB Percentages of Color #deb9ed

%34.47
%28.73
%36.80

CMYK Percentages of Color #deb9ed

%6
%22
%0
%7

Triadic Colors of #deb9ed

#deb9ed #eddeb9 #b9edde

Analogous Colors of #deb9ed

#deb9ed #edb9e2 #c4b9ed

Monochromatic Colors of #deb9ed

#deb9ed

Complementary Color

#deb9ed #c8edb9

#deb9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb9ed Color CSS Codes

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

#deb9ed Text Font Color

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

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


#deb9ed Background Color

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

This div background color is #deb9ed


#deb9ed Border Color

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

This div border color is #deb9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb9ed


Comments

No comments written yet.

Please login to write comment.