#DEDED9

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

Shades of Snow Drift #DEDED9

Tints of Snow Drift #DEDED9

Color information

#DEDED9 (or 0xDEDED9) is unknown color: approx Snow Drift. HEX triplet: DE, DE and D9. RGB value is (222,222,217). Sum of RGB (Red+Green+Blue) = 222+222+217=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDED9 is #212126. Grayscale: #DDDDDD. Windows color (decimal): -2171175 or 14278366. OLE color: 14278366.

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

Color convert

RGB222222217-
CMYK000.020.13
HSL60º7.04%86.08%-
HSV(B)60º2.25%87.06%-
XYZ68.7772.7876.07-
YUV221.43125.5128.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.59%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 217 (85.16% from 255) = 32.83%
R=33.59%
G=33.59%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222217000.020.13607.0486.08
HexDEDED9002D3c756
Octal33633633100215747126
Binary110111101101111011011001001011011111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDED9; }

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

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

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

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

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

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

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

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