#DEDED7

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

Shades of Snow Drift #DEDED7

Tints of Snow Drift #DEDED7

Color information

#DEDED7 (or 0xDEDED7) is unknown color: approx Snow Drift. HEX triplet: DE, DE and D7. RGB value is (222,222,215). Sum of RGB (Red+Green+Blue) = 222+222+215=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDED7 is #212128. Grayscale: #DDDDDD. Windows color (decimal): -2171177 or 14147294. OLE color: 14147294.

HSL color Cylindrical-coordinate representation of color #DEDED7: hue angle of 60º degrees, saturation: 0.1, 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 #DEDED7 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222222215-
CMYK000.030.13
HSL60º9.59%85.69%-
HSV(B)60º3.15%87.06%-
XYZ68.5172.6874.71-
YUV221.2124.5128.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 215 (84.38% from 255) = 32.63%
R=33.69%
G=33.69%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222215000.030.13609.5985.69
HexDEDED7003D3ca56
Octal336336327003157412126
Binary1101111011011110110101110011110111110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDED7; }

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

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

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

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

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

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

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

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