#DDDDDA

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

Shades of Snow Drift #DDDDDA

Tints of Snow Drift #DDDDDA

Color information

#DDDDDA (or 0xDDDDDA) is unknown color: approx Snow Drift. HEX triplet: DD, DD and DA. RGB value is (221,221,218). Sum of RGB (Red+Green+Blue) = 221+221+218=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDDA is #222225. Grayscale: #DCDCDC. Windows color (decimal): -2236966 or 14343645. OLE color: 14343645.

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

Color convert

RGB221221218-
CMYK000.010.13
HSL60º4.23%86.08%-
HSV(B)60º1.36%86.67%-
XYZ68.3372.1576.65-
YUV220.66126.5128.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=33.48%
G=33.48%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221218000.010.13604.2386.08
HexDDDDDA001D3c456
Octal33533533200115744126
Binary11011101110111011101101000111011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDDA; }

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

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

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

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

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

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

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

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