#DEDEDD

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

Shades of Snow Drift #DEDEDD

Tints of Snow Drift #DEDEDD

Color information

#DEDEDD (or 0xDEDEDD) is unknown color: approx Snow Drift. HEX triplet: DE, DE and DD. RGB value is (222,222,221). Sum of RGB (Red+Green+Blue) = 222+222+221=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEDD is #212122. Grayscale: #DDDDDD. Windows color (decimal): -2171171 or 14540510. OLE color: 14540510.

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

Color convert

RGB222222221-
CMYK000.000.13
HSL60º1.49%86.86%-
HSV(B)60º0.45%87.06%-
XYZ69.372.9978.84-
YUV221.89127.5128.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 222 (87.11% from 255) = 33.38%
BLUE value IS 221 (86.72% from 255) = 33.23%
R=33.38%
G=33.38%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222221000.000.13601.4986.86
HexDEDEDD000D3c157
Octal33633633500015741127
Binary110111101101111011011101000110111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEDD; }

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

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

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

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

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

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

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

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