#DDD6DC

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

Shades of Snuff #DDD6DC

Tints of Snuff #DDD6DC

Color information

#DDD6DC (or 0xDDD6DC) is unknown color: approx Snuff. HEX triplet: DD, D6 and DC. RGB value is (221,214,220). Sum of RGB (Red+Green+Blue) = 221+214+220=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6DC is #222923. Grayscale: #D8D8D8. Windows color (decimal): -2238756 or 14472925. OLE color: 14472925.

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

Color convert

RGB221214220-
CMYK00.030.000.13
HSL308.57º9.33%85.29%-
HSV(B)308.57º3.17%86.67%-
XYZ66.7868.6377.44-
YUV216.78129.82131.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=33.74%
G=32.67%
B=33.59%

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
Decimal22121422000.030.000.13308.579.3385.29
HexDDD6DC030D135955
Octal3353263340301546511125
Binary1101110111010110110111000110110110011010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6DC; }

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

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

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

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

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

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

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

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