#DDD3DB

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

Shades of Snuff #DDD3DB

Tints of Snuff #DDD3DB

Color information

#DDD3DB (or 0xDDD3DB) is unknown color: approx Snuff. HEX triplet: DD, D3 and DB. RGB value is (221,211,219). Sum of RGB (Red+Green+Blue) = 221+211+219=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3DB is #222C24. Grayscale: #D6D6D6. Windows color (decimal): -2239525 or 14406621. OLE color: 14406621.

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

Color convert

RGB221211219-
CMYK00.050.010.13
HSL312º12.82%84.71%-
HSV(B)312º4.52%86.67%-
XYZ65.967.0876.49-
YUV214.9130.31132.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 211 (82.81% from 255) = 32.41%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=33.95%
G=32.41%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121121900.050.010.1331212.8284.71
HexDDD3DB051D138d55
Octal3353233330511547015125
Binary11011101110100111101101101011110110011100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3DB; }

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

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

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

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

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

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

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

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