#DCD1DB

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

Shades of Snuff #DCD1DB

Tints of Snuff #DCD1DB

Color information

#DCD1DB (or 0xDCD1DB) is unknown color: approx Snuff. HEX triplet: DC, D1 and DB. RGB value is (220,209,219). Sum of RGB (Red+Green+Blue) = 220+209+219=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1DB is #232E24. Grayscale: #D5D5D5. Windows color (decimal): -2305573 or 14406108. OLE color: 14406108.

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

Color convert

RGB220209219-
CMYK00.050.000.14
HSL305.45º13.58%84.12%-
HSV(B)305.45º5%86.27%-
XYZ65.165.9376.31-
YUV213.43131.14132.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=33.95%
G=32.25%
B=33.80%

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
Decimal22020921900.050.000.14305.4513.5884.12
HexDCD1DB050E131e54
Octal3343213330501646116124
Binary11011100110100011101101101010111010011000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1DB; }

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

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

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

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

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

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

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

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