Shades of Snuff #DACFDC
Tints of Snuff #DACFDC
RGB
CMYK
RGB Variations
Color information
#DACFDC (or 0xDACFDC) is known color: Snuff. HEX triplet: DA, CF and DC. RGB value is (218,207,220). Sum of RGB (Red+Green+Blue) = 218+207+220=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 207 (81.25% from 255 or 32.09% 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 #DACFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFDC is #253023. Grayscale: #D3D3D3. Windows color (decimal): -2437156 or 14471130. OLE color: 14471130.
HSL color Cylindrical-coordinate representation of color #DACFDC: hue angle of 290.77º 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 #DACFDC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 207 | 220 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.14 |
| HSL | 290.77º | 0.16% | 0.84% | - |
| HSV(B) | 290.77º | 0.06% | 0.86% | - |
| XYZ | 64.14 | 64.7 | 76.82 | - |
| YUV | 211.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 220 | 0.01 | 0.06 | 0 | 0.14 | 290.77 | 0.16 | 0.84 |
| Hex | DA | CF | DC | 1 | 6 | 0 | E | 123 | 10 | 54 |
| Octal | 332 | 317 | 334 | 1 | 6 | 0 | 16 | 443 | 20 | 124 |
| Binary | 11011010 | 11001111 | 11011100 | 1 | 110 | 0 | 1110 | 100100011 | 10000 | 1010100 |
Color Harmonies of #DACFDC
Complementary color
Monochromatic Colors of #DACFDC
Black with #DACFDC
Text Example
Text Example
White with #DACFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFDC; }
p { color: rgb(218,207,220); }
H1.HeaderClassName
{
color: #DACFDC;
}
.AnyTagClassName
{
color: #DACFDC;
}
</style>
background-color css
<style>
a { background-color: #DACFDC; }
a { background-color: rgb(218,207,220); }
div.DivClassName
{
background-color: #DACFDC;
}
.BgClassName
{
background-color: #DACFDC;
}
</style>
border-color css
<style>
span { border-color: #DACFDC; }
span { border-color: rgb(218,207,220); }
td.TdClassName
{
border-color: #DACFDC;
}
.TagClassName
{
border-color: #DACFDC;
}
</style>