Shades of Snuff #DACFDB
Tints of Snuff #DACFDB
RGB
CMYK
RGB Variations
Color information
#DACFDB (or 0xDACFDB) is known color: Snuff. HEX triplet: DA, CF and DB. RGB value is (218,207,219). Sum of RGB (Red+Green+Blue) = 218+207+219=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 219 - color contains mainly: blue. Hex color #DACFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFDB is #253024. Grayscale: #D3D3D3. Windows color (decimal): -2437157 or 14405594. OLE color: 14405594.
HSL color Cylindrical-coordinate representation of color #DACFDB: hue angle of 295º 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 #DACFDB is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 207 | 219 | - |
CMYK | 0.00 | 0.05 | 0 | 0.14 |
HSL | 295º | 0.14% | 0.84% | - |
HSV(B) | 295º | 0.05% | 0.86% | - |
XYZ | 64.01 | 64.65 | 76.12 | - |
YUV | 211.66 | 132.14 | 132.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 207 | 219 | 0.00 | 0.05 | 0 | 0.14 | 295 | 0.14 | 0.84 |
Hex | DA | CF | DB | 0 | 5 | 0 | E | 127 | E | 54 |
Octal | 332 | 317 | 333 | 0 | 5 | 0 | 16 | 447 | 16 | 124 |
Binary | 11011010 | 11001111 | 11011011 | 0 | 101 | 0 | 1110 | 100100111 | 1110 | 1010100 |
Color Harmonies of #DACFDB
Complementary color
Monochromatic Colors of #DACFDB
Black with #DACFDB
Text Example
Text Example
White with #DACFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFDB; }
p { color: rgb(218,207,219); }
H1.HeaderClassName
{
color: #DACFDB;
}
.AnyTagClassName
{
color: #DACFDB;
}
</style>
background-color css
<style>
a { background-color: #DACFDB; }
a { background-color: rgb(218,207,219); }
div.DivClassName
{
background-color: #DACFDB;
}
.BgClassName
{
background-color: #DACFDB;
}
</style>
border-color css
<style>
span { border-color: #DACFDB; }
span { border-color: rgb(218,207,219); }
td.TdClassName
{
border-color: #DACFDB;
}
.TagClassName
{
border-color: #DACFDB;
}
</style>