Shades of Snuff #DBCFDC
Tints of Snuff #DBCFDC
RGB
CMYK
RGB Variations
Color information
#DBCFDC (or 0xDBCFDC) is known color: Snuff. HEX triplet: DB, CF and DC. RGB value is (219,207,220). Sum of RGB (Red+Green+Blue) = 219+207+220=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFDC is #243023. Grayscale: #D4D4D4. Windows color (decimal): -2371620 or 14471131. OLE color: 14471131.
HSL color Cylindrical-coordinate representation of color #DBCFDC: hue angle of 295.38º degrees, saturation: 0.16, 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 #DBCFDC is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 220 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.14 |
| HSL | 295.38º | 0.16% | 0.84% | - |
| HSV(B) | 295.38º | 0.06% | 0.86% | - |
| XYZ | 64.44 | 64.85 | 76.83 | - |
| YUV | 212.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 220 | 0.00 | 0.06 | 0 | 0.14 | 295.38 | 0.16 | 0.84 |
| Hex | DB | CF | DC | 0 | 6 | 0 | E | 127 | 10 | 54 |
| Octal | 333 | 317 | 334 | 0 | 6 | 0 | 16 | 447 | 20 | 124 |
| Binary | 11011011 | 11001111 | 11011100 | 0 | 110 | 0 | 1110 | 100100111 | 10000 | 1010100 |
Color Harmonies of #DBCFDC
Complementary color
Monochromatic Colors of #DBCFDC
Black with #DBCFDC
Text Example
Text Example
White with #DBCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFDC; }
p { color: rgb(219,207,220); }
H1.HeaderClassName
{
color: #DBCFDC;
}
.AnyTagClassName
{
color: #DBCFDC;
}
</style>
background-color css
<style>
a { background-color: #DBCFDC; }
a { background-color: rgb(219,207,220); }
div.DivClassName
{
background-color: #DBCFDC;
}
.BgClassName
{
background-color: #DBCFDC;
}
</style>
border-color css
<style>
span { border-color: #DBCFDC; }
span { border-color: rgb(219,207,220); }
td.TdClassName
{
border-color: #DBCFDC;
}
.TagClassName
{
border-color: #DBCFDC;
}
</style>