#DDD8DD

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

Shades of Snuff #DDD8DD

Tints of Snuff #DDD8DD

Color information

#DDD8DD (or 0xDDD8DD) is unknown color: approx Snuff. HEX triplet: DD, D8 and DD. RGB value is (221,216,221). Sum of RGB (Red+Green+Blue) = 221+216+221=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDD8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8DD is #222722. Grayscale: #DADADA. Windows color (decimal): -2238243 or 14538973. OLE color: 14538973.

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

Color convert

RGB221216221-
CMYK00.0200.13
HSL300º6.85%85.69%-
HSV(B)300º2.26%86.67%-
XYZ67.4369.778.31-
YUV218.06129.66130.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 216 (84.77% from 255) = 32.83%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=33.59%
G=32.83%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121622100.0200.133006.8585.69
HexDDD8DD020D12c756
Octal335330335020154547126
Binary110111011101100011011101010011011001011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8DD; }

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

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

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

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

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

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

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

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