#DDD0DD

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

Shades of Snuff #DDD0DD

Tints of Snuff #DDD0DD

Color information

#DDD0DD (or 0xDDD0DD) is unknown color: approx Snuff. HEX triplet: DD, D0 and DD. RGB value is (221,208,221). Sum of RGB (Red+Green+Blue) = 221+208+221=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0DD is #222F22. Grayscale: #D5D5D5. Windows color (decimal): -2240291 or 14536925. OLE color: 14536925.

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

Color convert

RGB221208221-
CMYK00.0600.13
HSL300º16.05%84.12%-
HSV(B)300º5.88%86.67%-
XYZ65.4365.777.64-
YUV213.37132.31133.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 221 (86.72% from 255) = 34%
R=34%
G=32%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120822100.0600.1330016.0584.12
HexDDD0DD060D12c1054
Octal3353203350601545420124
Binary110111011101000011011101011001101100101100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0DD; }

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

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

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

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

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

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

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

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