Color Hex Logo

#dedaee Color Hex

#DEDAEE
(222,218,238)
0 Favorites   0 Comments

Color spaces of #dedaee

RGB 222218238
HSL0.700.370.89
HSV252°93°
CMYK 0.070.080.00   0.07
XYZ70.628271.845491.0340
Yxy71.84540.30250.3077
Hunter Lab84.76170.4034-4.3443
CIE-Lab87.89415.0606-9.2853

#dedaee color RGB value is (222,218,238).

#dedaee hex color red value is 222, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dedaee hue: 0.70 , saturation: 0.37 and the lightness value of dedaee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011010 11101110
Octal 336 332 356
Decimal 222 218 238
Hex DE DA EE

RGB Percentages of Color #dedaee

%32.74
%32.15
%35.10

CMYK Percentages of Color #dedaee

%7
%8
%0
%7

Triadic Colors of #dedaee

#dedaee #eededa #daeede

Analogous Colors of #dedaee

#dedaee #e8daee #dae0ee

Monochromatic Colors of #dedaee

#dedaee

Complementary Color

#dedaee #eaeeda

#dedaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedaee Color CSS Codes

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

#dedaee Text Font Color

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

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


#dedaee Background Color

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

This div background color is #dedaee


#dedaee Border Color

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

This div border color is #dedaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedaee


Comments

No comments written yet.

Please login to write comment.