Color Hex Logo

#deb9ee Color Hex

#DEB9EE
(222,185,238)
0 Favorites   0 Comments

Color spaces of #deb9ee

RGB 222185238
HSL0.780.610.83
HSV282°22°93°
CMYK 0.070.220.00   0.07
XYZ62.905856.400688.4598
Yxy56.40060.30280.2715
Hunter Lab75.100318.0902-17.2668
CIE-Lab79.841322.6244-21.3766

#deb9ee color RGB value is (222,185,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 11101110
Octal 336 271 356
Decimal 222 185 238
Hex DE B9 EE

RGB Percentages of Color #deb9ee

%34.42
%28.68
%36.90

CMYK Percentages of Color #deb9ee

%7
%22
%0
%7

Triadic Colors of #deb9ee

#deb9ee #eedeb9 #b9eede

Analogous Colors of #deb9ee

#deb9ee #eeb9e4 #c4b9ee

Monochromatic Colors of #deb9ee

#deb9ee

Complementary Color

#deb9ee #c9eeb9

#deb9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb9ee Color CSS Codes

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

#deb9ee Text Font Color

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

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


#deb9ee Background Color

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

This div background color is #deb9ee


#deb9ee Border Color

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

This div border color is #deb9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb9ee


Comments

No comments written yet.

Please login to write comment.