#DDD7DC

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

Shades of Snuff #DDD7DC

Tints of Snuff #DDD7DC

Color information

#DDD7DC (or 0xDDD7DC) is unknown color: approx Snuff. HEX triplet: DD, D7 and DC. RGB value is (221,215,220). Sum of RGB (Red+Green+Blue) = 221+215+220=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7DC is #222823. Grayscale: #D9D9D9. Windows color (decimal): -2238500 or 14473181. OLE color: 14473181.

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

Color convert

RGB221215220-
CMYK00.030.000.13
HSL310º8.11%85.49%-
HSV(B)310º2.71%86.67%-
XYZ67.0469.1477.52-
YUV217.36129.49130.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=33.69%
G=32.77%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121522000.030.000.133108.1185.49
HexDDD7DC030D136855
Octal3353273340301546610125
Binary1101110111010111110111000110110110011011010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7DC; }

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

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

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

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

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

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

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

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