#DCD2DB

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

Shades of Snuff #DCD2DB

Tints of Snuff #DCD2DB

Color information

#DCD2DB (or 0xDCD2DB) is unknown color: approx Snuff. HEX triplet: DC, D2 and DB. RGB value is (220,210,219). Sum of RGB (Red+Green+Blue) = 220+210+219=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2DB is #232D24. Grayscale: #D5D5D5. Windows color (decimal): -2305317 or 14406364. OLE color: 14406364.

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

Color convert

RGB220210219-
CMYK00.050.000.14
HSL306º12.5%84.31%-
HSV(B)306º4.55%86.27%-
XYZ65.3566.4276.39-
YUV214.02130.81132.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 210 (82.42% from 255) = 32.36%
BLUE value IS 219 (85.94% from 255) = 33.74%
R=33.90%
G=32.36%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021021900.050.000.1430612.584.31
HexDCD2DB050E132c54
Octal3343223330501646214124
Binary11011100110100101101101101010111010011001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2DB; }

 p { color: rgb(220,210,219); }

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

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

 a { background-color: rgb(220,210,219); }

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

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

 span { border-color: rgb(220,210,219); }

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