#DBD1DC

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

Shades of Snuff #DBD1DC

Tints of Snuff #DBD1DC

Color information

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

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

Color convert

RGB219209220-
CMYK0.000.0500.14
HSL294.55º13.58%84.12%-
HSV(B)294.55º5%86.27%-
XYZ64.9365.8376.99-
YUV213.24131.81132.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192092200.000.0500.14294.5513.5884.12
HexDBD1DC050E127e54
Octal3333213340501644716124
Binary11011011110100011101110001010111010010011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1DC; }

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

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

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

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

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

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

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

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