#DEDED8

Color #DEDED8 Snow Drift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Drift #DEDED8

Tints of Snow Drift #DEDED8

Color information

#DEDED8 (or 0xDEDED8) is unknown color: approx Snow Drift. HEX triplet: DE, DE and D8. RGB value is (222,222,216). Sum of RGB (Red+Green+Blue) = 222+222+216=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDED8 is #212127. Grayscale: #DDDDDD. Windows color (decimal): -2171176 or 14212830. OLE color: 14212830.

HSL color Cylindrical-coordinate representation of color #DEDED8: hue angle of 60º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDED8 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222222216-
CMYK000.030.13
HSL60º8.33%85.88%-
HSV(B)60º2.7%87.06%-
XYZ68.6472.7375.39-
YUV221.32125128.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 216 (84.77% from 255) = 32.73%
R=33.64%
G=33.64%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222216000.030.13608.3385.88
HexDEDED8003D3c856
Octal336336330003157410126
Binary1101111011011110110110000011110111110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDED8; }

 p { color: rgb(222,222,216); }

 H1.HeaderClassName
 {
   color: #DEDED8;
 }
 .AnyTagClassName
 {
   color: #DEDED8;
 }
</style>
background-color css

<style>
 a { background-color: #DEDED8; }

 a { background-color: rgb(222,222,216); }

 div.DivClassName
 {
   background-color: #DEDED8;
 }
 .BgClassName
 {
   background-color: #DEDED8;
 }
</style>
border-color css

<style>
 span { border-color: #DEDED8; }

 span { border-color: rgb(222,222,216); }

 td.TdClassName
 {
   border-color: #DEDED8;
 }
 .TagClassName
 {
   border-color: #DEDED8;
 }
</style>