#DDDDDB

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

Shades of Snow Drift #DDDDDB

Tints of Snow Drift #DDDDDB

Color information

#DDDDDB (or 0xDDDDDB) is unknown color: approx Snow Drift. HEX triplet: DD, DD and DB. RGB value is (221,221,219). Sum of RGB (Red+Green+Blue) = 221+221+219=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDDB is #222224. Grayscale: #DCDCDC. Windows color (decimal): -2236965 or 14409181. OLE color: 14409181.

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

Color convert

RGB221221219-
CMYK000.010.13
HSL60º2.86%86.27%-
HSV(B)60º0.9%86.67%-
XYZ68.4672.277.35-
YUV220.77127128.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 219 (85.94% from 255) = 33.13%
R=33.43%
G=33.43%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221219000.010.13602.8686.27
HexDDDDDB001D3c356
Octal33533533300115743126
Binary1101110111011101110110110011101111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDDB; }

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

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

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

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

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

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

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

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