#DDD1DE

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

Shades of Snuff #DDD1DE

Tints of Snuff #DDD1DE

Color information

#DDD1DE (or 0xDDD1DE) is unknown color: approx Snuff. HEX triplet: DD, D1 and DE. RGB value is (221,209,222). Sum of RGB (Red+Green+Blue) = 221+209+222=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1DE is #222E21. Grayscale: #D6D6D6. Windows color (decimal): -2240034 or 14602717. OLE color: 14602717.

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

Color convert

RGB221209222-
CMYK0.000.0600.13
HSL295.38º16.46%84.51%-
HSV(B)295.38º5.86%87.06%-
XYZ65.866.2578.43-
YUV214.07132.48132.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 209 (82.03% from 255) = 32.06%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=33.90%
G=32.06%
B=34.05%

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
Decimal2212092220.000.0600.13295.3816.4684.51
HexDDD1DE060D1271055
Octal3353213360601544720125
Binary110111011101000111011110011001101100100111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1DE; }

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

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

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

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

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

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

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

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