#DDD2DF

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

Shades of Snuff #DDD2DF

Tints of Snuff #DDD2DF

Color information

#DDD2DF (or 0xDDD2DF) is unknown color: approx Snuff. HEX triplet: DD, D2 and DF. RGB value is (221,210,223). Sum of RGB (Red+Green+Blue) = 221+210+223=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2DF is #222D20. Grayscale: #D6D6D6. Windows color (decimal): -2239777 or 14668509. OLE color: 14668509.

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

Color convert

RGB221210223-
CMYK0.010.0600.13
HSL290.77º16.88%84.9%-
HSV(B)290.77º5.83%87.45%-
XYZ66.1866.7979.22-
YUV214.77132.64132.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 210 (82.42% from 255) = 32.11%
BLUE value IS 223 (87.5% from 255) = 34.10%
R=33.79%
G=32.11%
B=34.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212102230.010.0600.13290.7716.8884.9
HexDDD2DF160D1231155
Octal3353223371601544321125
Binary110111011101001011011111111001101100100011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2DF; }

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

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

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

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

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

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

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

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