#DDDDD9

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

Shades of Snow Drift #DDDDD9

Tints of Snow Drift #DDDDD9

Color information

#DDDDD9 (or 0xDDDDD9) is unknown color: approx Snow Drift. HEX triplet: DD, DD and D9. RGB value is (221,221,217). Sum of RGB (Red+Green+Blue) = 221+221+217=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDD9 is #222226. Grayscale: #DCDCDC. Windows color (decimal): -2236967 or 14278109. OLE color: 14278109.

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

Color convert

RGB221221217-
CMYK000.020.13
HSL60º5.56%85.88%-
HSV(B)60º1.81%86.67%-
XYZ68.272.0975.97-
YUV220.54126128.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 217 (85.16% from 255) = 32.93%
R=33.54%
G=33.54%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221217000.020.13605.5685.88
HexDDDDD9002D3c656
Octal33533533100215746126
Binary110111011101110111011001001011011111001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDD9; }

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

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

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

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

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

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

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

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