Color Hex Logo

#debdee Color Hex

#DEBDEE
(222,189,238)
0 Favorites   0 Comments

Color spaces of #debdee

RGB 222189238
HSL0.780.590.84
HSV280°21°93°
CMYK 0.070.210.00   0.07
XYZ63.754458.097888.7427
Yxy58.09780.30270.2759
Hunter Lab76.221915.9147-15.6741
CIE-Lab80.793120.4721-19.9342

#debdee color RGB value is (222,189,238).

#debdee hex color red value is 222, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #debdee hue: 0.78 , saturation: 0.59 and the lightness value of debdee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 11101110
Octal 336 275 356
Decimal 222 189 238
Hex DE BD EE

RGB Percentages of Color #debdee

%34.21
%29.12
%36.67

CMYK Percentages of Color #debdee

%7
%21
%0
%7

Triadic Colors of #debdee

#debdee #eedebd #bdeede

Analogous Colors of #debdee

#debdee #eebde6 #c6bdee

Monochromatic Colors of #debdee

#debdee

Complementary Color

#debdee #cdeebd

#debdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#debdee Color CSS Codes

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

#debdee Text Font Color

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

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


#debdee Background Color

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

This div background color is #debdee


#debdee Border Color

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

This div border color is #debdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debdee


Comments

No comments written yet.

Please login to write comment.