Color Hex Logo

#deb9e5 Color Hex

#DEB9E5
(222,185,229)
0 Favorites   0 Comments

Color spaces of #deb9e5

RGB 222185229
HSL0.810.460.81
HSV290°19°90°
CMYK 0.030.190.00   0.10
XYZ61.616055.884781.6680
Yxy55.88470.30940.2806
Hunter Lab74.756116.3015-12.4427
CIE-Lab79.548220.8892-16.9781

#deb9e5 color RGB value is (222,185,229).

#deb9e5 hex color red value is 222, green value is 185 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #deb9e5 hue: 0.81 , saturation: 0.46 and the lightness value of deb9e5 is 0.81.

The process color (four color CMYK) of #deb9e5 color hex is 0.03, 0.19, 0.00, 0.10. Web safe color of #deb9e5 is #cccccc. Color #deb9e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 11100101
Octal 336 271 345
Decimal 222 185 229
Hex DE B9 E5

RGB Percentages of Color #deb9e5

%34.91
%29.09
%36.01

CMYK Percentages of Color #deb9e5

%3
%19
%0
%10

Triadic Colors of #deb9e5

#deb9e5 #e5deb9 #b9e5de

Analogous Colors of #deb9e5

#deb9e5 #e5b9d6 #c8b9e5

Monochromatic Colors of #deb9e5

#deb9e5

Complementary Color

#deb9e5 #c0e5b9

#deb9e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb9e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb9e5 Color CSS Codes

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

#deb9e5 Text Font Color

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

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


#deb9e5 Background Color

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

This div background color is #deb9e5


#deb9e5 Border Color

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

This div border color is #deb9e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb9e5

#deb9e5 Color Palettes


Comments

No comments written yet.

Please login to write comment.