#DDD0DE

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

Shades of Snuff #DDD0DE

Tints of Snuff #DDD0DE

Color information

#DDD0DE (or 0xDDD0DE) is unknown color: approx Snuff. HEX triplet: DD, D0 and DE. RGB value is (221,208,222). Sum of RGB (Red+Green+Blue) = 221+208+222=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0DE is #222F21. Grayscale: #D5D5D5. Windows color (decimal): -2240290 or 14602461. OLE color: 14602461.

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

Color convert

RGB221208222-
CMYK0.000.0600.13
HSL295.71º17.5%84.31%-
HSV(B)295.71º6.31%87.06%-
XYZ65.5665.7678.34-
YUV213.48132.81133.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 208 (81.64% from 255) = 31.95%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=33.95%
G=31.95%
B=34.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212082220.000.0600.13295.7117.584.31
HexDDD0DE060D1281154
Octal3353203360601545021124
Binary110111011101000011011110011001101100101000100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0DE; }

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

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

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

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

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

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

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

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