#DDD0DF

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

Shades of Snuff #DDD0DF

Tints of Snuff #DDD0DF

Color information

#DDD0DF (or 0xDDD0DF) is unknown color: approx Snuff. HEX triplet: DD, D0 and DF. RGB value is (221,208,223). Sum of RGB (Red+Green+Blue) = 221+208+223=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0DF is #222F20. Grayscale: #D5D5D5. Windows color (decimal): -2240289 or 14667997. OLE color: 14667997.

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

Color convert

RGB221208223-
CMYK0.010.0700.13
HSL292º18.99%84.51%-
HSV(B)292º6.73%87.45%-
XYZ65.6965.8179.05-
YUV213.6133.31133.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 208 (81.64% from 255) = 31.90%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=33.90%
G=31.90%
B=34.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212082230.010.0700.1329218.9984.51
HexDDD0DF170D1241355
Octal3353203371701544423125
Binary110111011101000011011111111101101100100100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0DF; }

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

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

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

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

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

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

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

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