Shades of Snuff #DACEDC
Tints of Snuff #DACEDC
RGB
CMYK
RGB Variations
Color information
#DACEDC (or 0xDACEDC) is known color: Snuff. HEX triplet: DA, CE and DC. RGB value is (218,206,220). Sum of RGB (Red+Green+Blue) = 218+206+220=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 220 - color contains mainly: blue. Hex color #DACEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEDC is #253123. Grayscale: #D3D3D3. Windows color (decimal): -2437412 or 14470874. OLE color: 14470874.
HSL color Cylindrical-coordinate representation of color #DACEDC: hue angle of 291.43º 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 #DACEDC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 206 | 220 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.14 |
| HSL | 291.43º | 0.17% | 0.84% | - |
| HSV(B) | 291.43º | 0.06% | 0.86% | - |
| XYZ | 63.9 | 64.22 | 76.74 | - |
| YUV | 211.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 220 | 0.01 | 0.06 | 0 | 0.14 | 291.43 | 0.17 | 0.84 |
| Hex | DA | CE | DC | 1 | 6 | 0 | E | 123 | 11 | 54 |
| Octal | 332 | 316 | 334 | 1 | 6 | 0 | 16 | 443 | 21 | 124 |
| Binary | 11011010 | 11001110 | 11011100 | 1 | 110 | 0 | 1110 | 100100011 | 10001 | 1010100 |
Color Harmonies of #DACEDC
Complementary color
Monochromatic Colors of #DACEDC
Black with #DACEDC
Text Example
Text Example
White with #DACEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEDC; }
p { color: rgb(218,206,220); }
H1.HeaderClassName
{
color: #DACEDC;
}
.AnyTagClassName
{
color: #DACEDC;
}
</style>
background-color css
<style>
a { background-color: #DACEDC; }
a { background-color: rgb(218,206,220); }
div.DivClassName
{
background-color: #DACEDC;
}
.BgClassName
{
background-color: #DACEDC;
}
</style>
border-color css
<style>
span { border-color: #DACEDC; }
span { border-color: rgb(218,206,220); }
td.TdClassName
{
border-color: #DACEDC;
}
.TagClassName
{
border-color: #DACEDC;
}
</style>