#DDD1DF

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

Shades of Snuff #DDD1DF

Tints of Snuff #DDD1DF

Color information

#DDD1DF (or 0xDDD1DF) is unknown color: approx Snuff. HEX triplet: DD, D1 and DF. RGB value is (221,209,223). Sum of RGB (Red+Green+Blue) = 221+209+223=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1DF is #222E20. Grayscale: #D6D6D6. Windows color (decimal): -2240033 or 14668253. OLE color: 14668253.

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

Color convert

RGB221209223-
CMYK0.010.0600.13
HSL291.43º17.95%84.71%-
HSV(B)291.43º6.28%87.45%-
XYZ65.9466.379.13-
YUV214.18132.98132.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 209 (82.03% from 255) = 32.01%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=33.84%
G=32.01%
B=34.15%

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
Decimal2212092230.010.0600.13291.4317.9584.71
HexDDD1DF160D1231255
Octal3353213371601544322125
Binary110111011101000111011111111001101100100011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1DF; }

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

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

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

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

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

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

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

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