#DDDDDC

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

Shades of Snow Drift #DDDDDC

Tints of Snow Drift #DDDDDC

Color information

#DDDDDC (or 0xDDDDDC) is unknown color: approx Snow Drift. HEX triplet: DD, DD and DC. RGB value is (221,221,220). Sum of RGB (Red+Green+Blue) = 221+221+220=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDDC is #222223. Grayscale: #DCDCDC. Windows color (decimal): -2236964 or 14474717. OLE color: 14474717.

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

Color convert

RGB221221220-
CMYK000.000.13
HSL60º1.45%86.47%-
HSV(B)60º0.45%86.67%-
XYZ68.5972.2578.04-
YUV220.89127.5128.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 220 (86.33% 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
Decimal221221220000.000.13601.4586.47
HexDDDDDC000D3c156
Octal33533533400015741126
Binary110111011101110111011100000110111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDDC; }

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

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

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

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

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

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

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

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