Shades of Snuff #DBCFDD
Tints of Snuff #DBCFDD
RGB
CMYK
RGB Variations
Color information
#DBCFDD (or 0xDBCFDD) is known color: Snuff. HEX triplet: DB, CF and DD. RGB value is (219,207,221). Sum of RGB (Red+Green+Blue) = 219+207+221=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFDD is #243022. Grayscale: #D4D4D4. Windows color (decimal): -2371619 or 14536667. OLE color: 14536667.
HSL color Cylindrical-coordinate representation of color #DBCFDD: hue angle of 291.43º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCFDD is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 207 | 221 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.13 |
| HSL | 291.43º | 0.17% | 0.84% | - |
| HSV(B) | 291.43º | 0.06% | 0.87% | - |
| XYZ | 64.58 | 64.91 | 77.53 | - |
| YUV | 212.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 221 | 0.01 | 0.06 | 0 | 0.13 | 291.43 | 0.17 | 0.84 |
| Hex | DB | CF | DD | 1 | 6 | 0 | D | 123 | 11 | 54 |
| Octal | 333 | 317 | 335 | 1 | 6 | 0 | 15 | 443 | 21 | 124 |
| Binary | 11011011 | 11001111 | 11011101 | 1 | 110 | 0 | 1101 | 100100011 | 10001 | 1010100 |
Color Harmonies of #DBCFDD
Complementary color
Monochromatic Colors of #DBCFDD
Black with #DBCFDD
Text Example
Text Example
White with #DBCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFDD; }
p { color: rgb(219,207,221); }
H1.HeaderClassName
{
color: #DBCFDD;
}
.AnyTagClassName
{
color: #DBCFDD;
}
</style>
background-color css
<style>
a { background-color: #DBCFDD; }
a { background-color: rgb(219,207,221); }
div.DivClassName
{
background-color: #DBCFDD;
}
.BgClassName
{
background-color: #DBCFDD;
}
</style>
border-color css
<style>
span { border-color: #DBCFDD; }
span { border-color: rgb(219,207,221); }
td.TdClassName
{
border-color: #DBCFDD;
}
.TagClassName
{
border-color: #DBCFDD;
}
</style>