Color Hex Logo

#deb8ef Color Hex

#DEB8EF
(222,184,239)
0 Favorites   0 Comments

Color spaces of #deb8ef

RGB 222184239
HSL0.780.630.83
HSV281°23°94°
CMYK 0.070.230.00   0.06
XYZ62.844756.042689.1664
Yxy56.04260.30210.2694
Hunter Lab74.861618.8391-18.2162
CIE-Lab79.638123.3592-22.2226

#deb8ef color RGB value is (222,184,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 11101111
Octal 336 270 357
Decimal 222 184 239
Hex DE B8 EF

RGB Percentages of Color #deb8ef

%34.42
%28.53
%37.05

CMYK Percentages of Color #deb8ef

%7
%23
%0
%6

Triadic Colors of #deb8ef

#deb8ef #efdeb8 #b8efde

Analogous Colors of #deb8ef

#deb8ef #efb8e5 #c3b8ef

Monochromatic Colors of #deb8ef

#deb8ef

Complementary Color

#deb8ef #c9efb8

#deb8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb8ef Color CSS Codes

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

#deb8ef Text Font Color

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

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


#deb8ef Background Color

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

This div background color is #deb8ef


#deb8ef Border Color

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

This div border color is #deb8ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,184,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 #deb8ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb8ef


Comments

No comments written yet.

Please login to write comment.