#DDD7DD

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

Shades of Snuff #DDD7DD

Tints of Snuff #DDD7DD

Color information

#DDD7DD (or 0xDDD7DD) is unknown color: approx Snuff. HEX triplet: DD, D7 and DD. RGB value is (221,215,221). Sum of RGB (Red+Green+Blue) = 221+215+221=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7DD is #222822. Grayscale: #D9D9D9. Windows color (decimal): -2238499 or 14538717. OLE color: 14538717.

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

Color convert

RGB221215221-
CMYK00.0300.13
HSL300º8.11%85.49%-
HSV(B)300º2.71%86.67%-
XYZ67.1769.1978.22-
YUV217.48129.99130.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121522100.0300.133008.1185.49
HexDDD7DD030D12c855
Octal3353273350301545410125
Binary1101110111010111110111010110110110010110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7DD; }

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

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

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

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

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

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

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

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