#DDD3DD

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

Shades of Snuff #DDD3DD

Tints of Snuff #DDD3DD

Color information

#DDD3DD (or 0xDDD3DD) is unknown color: approx Snuff. HEX triplet: DD, D3 and DD. RGB value is (221,211,221). Sum of RGB (Red+Green+Blue) = 221+211+221=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3DD is #222C22. Grayscale: #D7D7D7. Windows color (decimal): -2239523 or 14537693. OLE color: 14537693.

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

Color convert

RGB221211221-
CMYK00.0500.13
HSL300º12.82%84.71%-
HSV(B)300º4.52%86.67%-
XYZ66.1667.1877.89-
YUV215.13131.31132.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 211 (82.81% from 255) = 32.31%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=33.84%
G=32.31%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121122100.0500.1330012.8284.71
HexDDD3DD050D12cd55
Octal3353233350501545415125
Binary11011101110100111101110101010110110010110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3DD; }

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

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

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

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

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

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

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

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