#DDD3DE

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

Shades of Snuff #DDD3DE

Tints of Snuff #DDD3DE

Color information

#DDD3DE (or 0xDDD3DE) is unknown color: approx Snuff. HEX triplet: DD, D3 and DE. RGB value is (221,211,222). Sum of RGB (Red+Green+Blue) = 221+211+222=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDD3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3DE is #222C21. Grayscale: #D7D7D7. Windows color (decimal): -2239522 or 14603229. OLE color: 14603229.

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

Color convert

RGB221211222-
CMYK0.000.0500.13
HSL294.55º14.29%84.9%-
HSV(B)294.55º4.95%87.06%-
XYZ66.367.2378.59-
YUV215.24131.81132.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 211 (82.81% from 255) = 32.26%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=33.79%
G=32.26%
B=33.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212112220.000.0500.13294.5514.2984.9
HexDDD3DE050D127e55
Octal3353233360501544716125
Binary11011101110100111101111001010110110010011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3DE; }

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

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

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

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

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

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

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

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