#DDDDD8

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

Shades of Snow Drift #DDDDD8

Tints of Snow Drift #DDDDD8

Color information

#DDDDD8 (or 0xDDDDD8) is unknown color: approx Snow Drift. HEX triplet: DD, DD and D8. RGB value is (221,221,216). Sum of RGB (Red+Green+Blue) = 221+221+216=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDD8 is #222227. Grayscale: #DCDCDC. Windows color (decimal): -2236968 or 14212573. OLE color: 14212573.

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

Color convert

RGB221221216-
CMYK000.020.13
HSL60º6.85%85.69%-
HSV(B)60º2.26%86.67%-
XYZ68.0772.0475.28-
YUV220.43125.5128.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 216 (84.77% from 255) = 32.83%
R=33.59%
G=33.59%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221216000.020.13606.8585.69
HexDDDDD8002D3c756
Octal33533533000215747126
Binary110111011101110111011000001011011111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDD8; }

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

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

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

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

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

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

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

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