Shades of Snuff #DACDDC
Tints of Snuff #DACDDC
RGB
CMYK
RGB Variations
Color information
#DACDDC (or 0xDACDDC) is known color: Snuff. HEX triplet: DA, CD and DC. RGB value is (218,205,220). Sum of RGB (Red+Green+Blue) = 218+205+220=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 220 - color contains mainly: blue. Hex color #DACDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDDC is #253223. Grayscale: #D2D2D2. Windows color (decimal): -2437668 or 14470618. OLE color: 14470618.
HSL color Cylindrical-coordinate representation of color #DACDDC: hue angle of 292º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACDDC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 205 | 220 | - |
CMYK | 0.01 | 0.07 | 0 | 0.14 |
HSL | 292º | 0.18% | 0.83% | - |
HSV(B) | 292º | 0.07% | 0.86% | - |
XYZ | 63.66 | 63.74 | 76.66 | - |
YUV | 210.6 | 133.31 | 133.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 205 | 220 | 0.01 | 0.07 | 0 | 0.14 | 292 | 0.18 | 0.83 |
Hex | DA | CD | DC | 1 | 7 | 0 | E | 124 | 12 | 53 |
Octal | 332 | 315 | 334 | 1 | 7 | 0 | 16 | 444 | 22 | 123 |
Binary | 11011010 | 11001101 | 11011100 | 1 | 111 | 0 | 1110 | 100100100 | 10010 | 1010011 |
Color Harmonies of #DACDDC
Complementary color
Monochromatic Colors of #DACDDC
Black with #DACDDC
Text Example
Text Example
White with #DACDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDDC; }
p { color: rgb(218,205,220); }
H1.HeaderClassName
{
color: #DACDDC;
}
.AnyTagClassName
{
color: #DACDDC;
}
</style>
background-color css
<style>
a { background-color: #DACDDC; }
a { background-color: rgb(218,205,220); }
div.DivClassName
{
background-color: #DACDDC;
}
.BgClassName
{
background-color: #DACDDC;
}
</style>
border-color css
<style>
span { border-color: #DACDDC; }
span { border-color: rgb(218,205,220); }
td.TdClassName
{
border-color: #DACDDC;
}
.TagClassName
{
border-color: #DACDDC;
}
</style>