#DEDED6

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

Shades of Snow Drift #DEDED6

Tints of Snow Drift #DEDED6

Color information

#DEDED6 (or 0xDEDED6) is unknown color: approx Snow Drift. HEX triplet: DE, DE and D6. RGB value is (222,222,214). Sum of RGB (Red+Green+Blue) = 222+222+214=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDED6 is #212129. Grayscale: #DDDDDD. Windows color (decimal): -2171178 or 14081758. OLE color: 14081758.

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

Color convert

RGB222222214-
CMYK000.040.13
HSL60º10.81%85.49%-
HSV(B)60º3.6%87.06%-
XYZ68.3872.6374.03-
YUV221.09124128.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 214 (83.98% from 255) = 32.52%
R=33.74%
G=33.74%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222214000.040.136010.8185.49
HexDEDED6004D3cb55
Octal336336326004157413125
Binary11011110110111101101011000100110111110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDED6; }

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

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

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

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

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

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

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

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