Color Hex Logo

#debbeb Color Hex

#DEBBEB
(222,187,235)
0 Favorites   0 Comments

Color spaces of #debbeb

RGB 222187235
HSL0.790.550.83
HSV284°20°92°
CMYK 0.060.200.00   0.08
XYZ62.889957.068486.2979
Yxy57.06840.30490.2767
Hunter Lab75.543616.3995-14.8499
CIE-Lab80.218120.9636-19.1941

#debbeb color RGB value is (222,187,235).

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

The process color (four color CMYK) of #debbeb color hex is 0.06, 0.20, 0.00, 0.08. Web safe color of #debbeb is #ccccff. Color #debbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 11101011
Octal 336 273 353
Decimal 222 187 235
Hex DE BB EB

RGB Percentages of Color #debbeb

%34.47
%29.04
%36.49

CMYK Percentages of Color #debbeb

%6
%20
%0
%8

Triadic Colors of #debbeb

#debbeb #ebdebb #bbebde

Analogous Colors of #debbeb

#debbeb #ebbbe0 #c6bbeb

Monochromatic Colors of #debbeb

#debbeb

Complementary Color

#debbeb #c8ebbb

#debbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#debbeb Color CSS Codes

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

#debbeb Text Font Color

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

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


#debbeb Background Color

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

This div background color is #debbeb


#debbeb Border Color

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

This div border color is #debbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debbeb


Comments

No comments written yet.

Please login to write comment.