Color Hex Logo

#deb5ef Color Hex

#DEB5EF
(222,181,239)
0 Favorites   0 Comments

Color spaces of #deb5ef

RGB 222181239
HSL0.780.640.82
HSV282°24°94°
CMYK 0.070.240.00   0.06
XYZ62.228154.809388.9608
Yxy54.80930.30210.2661
Hunter Lab74.033320.4785-19.4215
CIE-Lab78.931324.9763-23.2972

#deb5ef color RGB value is (222,181,239).

#deb5ef hex color red value is 222, green value is 181 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #deb5ef hue: 0.78 , saturation: 0.64 and the lightness value of deb5ef is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 11101111
Octal 336 265 357
Decimal 222 181 239
Hex DE B5 EF

RGB Percentages of Color #deb5ef

%34.58
%28.19
%37.23

CMYK Percentages of Color #deb5ef

%7
%24
%0
%6

Triadic Colors of #deb5ef

#deb5ef #efdeb5 #b5efde

Analogous Colors of #deb5ef

#deb5ef #efb5e3 #c1b5ef

Monochromatic Colors of #deb5ef

#deb5ef

Complementary Color

#deb5ef #c6efb5

#deb5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb5ef Color CSS Codes

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

#deb5ef Text Font Color

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

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


#deb5ef Background Color

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

This div background color is #deb5ef


#deb5ef Border Color

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

This div border color is #deb5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb5ef


Comments

No comments written yet.

Please login to write comment.