Shades of Snuff #DBCEDC
Tints of Snuff #DBCEDC
RGB
CMYK
RGB Variations
Color information
#DBCEDC (or 0xDBCEDC) is known color: Snuff. HEX triplet: DB, CE and DC. RGB value is (219,206,220). Sum of RGB (Red+Green+Blue) = 219+206+220=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEDC is #243123. Grayscale: #D3D3D3. Windows color (decimal): -2371876 or 14470875. OLE color: 14470875.
HSL color Cylindrical-coordinate representation of color #DBCEDC: hue angle of 295.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCEDC is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 220 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.14 |
| HSL | 295.71º | 0.17% | 0.84% | - |
| HSV(B) | 295.71º | 0.06% | 0.86% | - |
| XYZ | 64.2 | 64.37 | 76.75 | - |
| YUV | 211.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 220 | 0.00 | 0.06 | 0 | 0.14 | 295.71 | 0.17 | 0.84 |
| Hex | DB | CE | DC | 0 | 6 | 0 | E | 128 | 11 | 54 |
| Octal | 333 | 316 | 334 | 0 | 6 | 0 | 16 | 450 | 21 | 124 |
| Binary | 11011011 | 11001110 | 11011100 | 0 | 110 | 0 | 1110 | 100101000 | 10001 | 1010100 |
Color Harmonies of #DBCEDC
Complementary color
Monochromatic Colors of #DBCEDC
Black with #DBCEDC
Text Example
Text Example
White with #DBCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEDC; }
p { color: rgb(219,206,220); }
H1.HeaderClassName
{
color: #DBCEDC;
}
.AnyTagClassName
{
color: #DBCEDC;
}
</style>
background-color css
<style>
a { background-color: #DBCEDC; }
a { background-color: rgb(219,206,220); }
div.DivClassName
{
background-color: #DBCEDC;
}
.BgClassName
{
background-color: #DBCEDC;
}
</style>
border-color css
<style>
span { border-color: #DBCEDC; }
span { border-color: rgb(219,206,220); }
td.TdClassName
{
border-color: #DBCEDC;
}
.TagClassName
{
border-color: #DBCEDC;
}
</style>