Color Hex Logo

#dedee1 Color Hex

#DEDEE1
(222,222,225)
0 Favorites   0 Comments

Color spaces of #dedee1

RGB 222222225
HSL0.670.050.88
HSV240°88°
CMYK 0.010.010.00   0.12
XYZ69.836173.208481.6840
Yxy73.20840.31080.3258
Hunter Lab85.5619-4.04073.2905
CIE-Lab88.54700.5470-1.4747

#dedee1 color RGB value is (222,222,225).

#dedee1 hex color red value is 222, green value is 222 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dedee1 hue: 0.67 , saturation: 0.05 and the lightness value of dedee1 is 0.88.

The process color (four color CMYK) of #dedee1 color hex is 0.01, 0.01, 0.00, 0.12. Web safe color of #dedee1 is #cccccc. Color #dedee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011110 11100001
Octal 336 336 341
Decimal 222 222 225
Hex DE DE E1

RGB Percentages of Color #dedee1

%33.18
%33.18
%33.63

CMYK Percentages of Color #dedee1

%1
%1
%0
%12

Triadic Colors of #dedee1

#dedee1 #e1dede #dee1de

Analogous Colors of #dedee1

#dedee1 #e0dee1 #dee0e1

Monochromatic Colors of #dedee1

#dedee1

Complementary Color

#dedee1 #e1e1de

#dedee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedee1 Color CSS Codes

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

#dedee1 Text Font Color

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

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


#dedee1 Background Color

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

This div background color is #dedee1


#dedee1 Border Color

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

This div border color is #dedee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedee1

#dedee1 Color Palettes


Comments

No comments written yet.

Please login to write comment.