Color Hex Logo

#debee8 Color Hex

#DEBEE8
(222,190,232)
0 Favorites   0 Comments

Color spaces of #debee8

RGB 222190232
HSL0.790.480.83
HSV286°18°91°
CMYK 0.040.180.00   0.09
XYZ63.103158.182784.2484
Yxy58.18270.30700.2831
Hunter Lab76.277614.1841-12.0913
CIE-Lab80.840318.7735-16.6444

#debee8 color RGB value is (222,190,232).

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

The process color (four color CMYK) of #debee8 color hex is 0.04, 0.18, 0.00, 0.09. Web safe color of #debee8 is #ccccff. Color #debee8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 11101000
Octal 336 276 350
Decimal 222 190 232
Hex DE BE E8

RGB Percentages of Color #debee8

%34.47
%29.50
%36.02

CMYK Percentages of Color #debee8

%4
%18
%0
%9

Triadic Colors of #debee8

#debee8 #e8debe #bee8de

Analogous Colors of #debee8

#debee8 #e8bedd #c9bee8

Monochromatic Colors of #debee8

#debee8

Complementary Color

#debee8 #c8e8be

#debee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debee8 Color CSS Codes

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

#debee8 Text Font Color

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

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


#debee8 Background Color

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

This div background color is #debee8


#debee8 Border Color

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

This div border color is #debee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debee8


Comments

No comments written yet.

Please login to write comment.