Color Hex Logo

#dedfe9 Color Hex

#DEDFE9
(222,223,233)
0 Favorites   0 Comments

Color spaces of #dedfe9

RGB 222223233
HSL0.650.200.89
HSV235°91°
CMYK 0.050.040.00   0.09
XYZ71.219974.188187.6568
Yxy74.18810.30560.3183
Hunter Lab86.1325-3.1366-0.0465
CIE-Lab89.01131.5063-4.9998

#dedfe9 color RGB value is (222,223,233).

#dedfe9 hex color red value is 222, green value is 223 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dedfe9 hue: 0.65 , saturation: 0.20 and the lightness value of dedfe9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011111 11101001
Octal 336 337 351
Decimal 222 223 233
Hex DE DF E9

RGB Percentages of Color #dedfe9

%32.74
%32.89
%34.37

CMYK Percentages of Color #dedfe9

%5
%4
%0
%9

Triadic Colors of #dedfe9

#dedfe9 #e9dedf #dfe9de

Analogous Colors of #dedfe9

#dedfe9 #e3dee9 #dee5e9

Monochromatic Colors of #dedfe9

#dedfe9

Complementary Color

#dedfe9 #e9e8de

#dedfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedfe9 Color CSS Codes

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

#dedfe9 Text Font Color

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

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


#dedfe9 Background Color

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

This div background color is #dedfe9


#dedfe9 Border Color

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

This div border color is #dedfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedfe9


Comments

No comments written yet.

Please login to write comment.