Shades of Thistle #DACCD8
Tints of Thistle #DACCD8
RGB
CMYK
RGB Variations
Color information
#DACCD8 (or 0xDACCD8) is known color: Thistle. HEX triplet: DA, CC and D8. RGB value is (218,204,216). Sum of RGB (Red+Green+Blue) = 218+204+216=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCD8 is #253327. Grayscale: #D1D1D1. Windows color (decimal): -2437928 or 14208218. OLE color: 14208218.
HSL color Cylindrical-coordinate representation of color #DACCD8: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACCD8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 216 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.15 |
| HSL | 308.57º | 0.16% | 0.83% | - |
| HSV(B) | 308.57º | 0.06% | 0.85% | - |
| XYZ | 62.9 | 63.05 | 73.82 | - |
| YUV | 209.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 216 | 0 | 0.06 | 0.01 | 0.15 | 308.57 | 0.16 | 0.83 |
| Hex | DA | CC | D8 | 0 | 6 | 1 | F | 135 | 10 | 53 |
| Octal | 332 | 314 | 330 | 0 | 6 | 1 | 17 | 465 | 20 | 123 |
| Binary | 11011010 | 11001100 | 11011000 | 0 | 110 | 1 | 1111 | 100110101 | 10000 | 1010011 |
Color Harmonies of #DACCD8
Complementary color
Monochromatic Colors of #DACCD8
Black with #DACCD8
Text Example
Text Example
White with #DACCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCD8; }
p { color: rgb(218,204,216); }
H1.HeaderClassName
{
color: #DACCD8;
}
.AnyTagClassName
{
color: #DACCD8;
}
</style>
background-color css
<style>
a { background-color: #DACCD8; }
a { background-color: rgb(218,204,216); }
div.DivClassName
{
background-color: #DACCD8;
}
.BgClassName
{
background-color: #DACCD8;
}
</style>
border-color css
<style>
span { border-color: #DACCD8; }
span { border-color: rgb(218,204,216); }
td.TdClassName
{
border-color: #DACCD8;
}
.TagClassName
{
border-color: #DACCD8;
}
</style>