#DEDED5

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

Shades of Snow Drift #DEDED5

Tints of Snow Drift #DEDED5

Color information

#DEDED5 (or 0xDEDED5) is unknown color: approx Snow Drift. HEX triplet: DE, DE and D5. RGB value is (222,222,213). Sum of RGB (Red+Green+Blue) = 222+222+213=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDED5 is #21212A. Grayscale: #DDDDDD. Windows color (decimal): -2171179 or 14016222. OLE color: 14016222.

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

Color convert

RGB222222213-
CMYK000.040.13
HSL60º12%85.29%-
HSV(B)60º4.05%87.06%-
XYZ68.2672.5873.36-
YUV220.97123.5128.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 213 (83.59% from 255) = 32.42%
R=33.79%
G=33.79%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222213000.040.13601285.29
HexDEDED5004D3cc55
Octal336336325004157414125
Binary11011110110111101101010100100110111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDED5; }

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

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

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

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

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

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

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

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