#DDDBDD

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

Shades of Snuff #DDDBDD

Tints of Snuff #DDDBDD

Color information

#DDDBDD (or 0xDDDBDD) is unknown color: approx Snuff. HEX triplet: DD, DB and DD. RGB value is (221,219,221). Sum of RGB (Red+Green+Blue) = 221+219+221=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDDBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBDD is #222422. Grayscale: #DBDBDB. Windows color (decimal): -2237475 or 14539741. OLE color: 14539741.

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

Color convert

RGB221219221-
CMYK00.0100.13
HSL300º2.86%86.27%-
HSV(B)300º0.9%86.67%-
XYZ68.271.2678.57-
YUV219.83128.66128.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=33.43%
G=33.13%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121922100.0100.133002.8686.27
HexDDDBDD010D12c356
Octal335333335010154543126
Binary1101110111011011110111010101101100101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBDD; }

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

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

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

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

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

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

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

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