#DDDDD7

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

Shades of Snow Drift #DDDDD7

Tints of Snow Drift #DDDDD7

Color information

#DDDDD7 (or 0xDDDDD7) is unknown color: approx Snow Drift. HEX triplet: DD, DD and D7. RGB value is (221,221,215). Sum of RGB (Red+Green+Blue) = 221+221+215=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDD7 is #222228. Grayscale: #DCDCDC. Windows color (decimal): -2236969 or 14147037. OLE color: 14147037.

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

Color convert

RGB221221215-
CMYK000.030.13
HSL60º8.11%85.49%-
HSV(B)60º2.71%86.67%-
XYZ67.9471.9974.6-
YUV220.32125128.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 215 (84.38% from 255) = 32.72%
R=33.64%
G=33.64%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221215000.030.13608.1185.49
HexDDDDD7003D3c855
Octal335335327003157410125
Binary1101110111011101110101110011110111110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDD7; }

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

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

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

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

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

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

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

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