Shades of Thistle #DACED9
Tints of Thistle #DACED9
RGB
CMYK
RGB Variations
Color information
#DACED9 (or 0xDACED9) is known color: Thistle. HEX triplet: DA, CE and D9. RGB value is (218,206,217). Sum of RGB (Red+Green+Blue) = 218+206+217=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 218 - color contains mainly: red. Hex color #DACED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACED9 is #253126. Grayscale: #D2D2D2. Windows color (decimal): -2437415 or 14274266. OLE color: 14274266.
HSL color Cylindrical-coordinate representation of color #DACED9: hue angle of 305º degrees, saturation: 0.14, 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 #DACED9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 217 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.15 |
| HSL | 305º | 0.14% | 0.83% | - |
| HSV(B) | 305º | 0.06% | 0.85% | - |
| XYZ | 63.51 | 64.06 | 74.66 | - |
| YUV | 210.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 217 | 0 | 0.06 | 0.00 | 0.15 | 305 | 0.14 | 0.83 |
| Hex | DA | CE | D9 | 0 | 6 | 0 | F | 131 | E | 53 |
| Octal | 332 | 316 | 331 | 0 | 6 | 0 | 17 | 461 | 16 | 123 |
| Binary | 11011010 | 11001110 | 11011001 | 0 | 110 | 0 | 1111 | 100110001 | 1110 | 1010011 |
Color Harmonies of #DACED9
Complementary color
Monochromatic Colors of #DACED9
Black with #DACED9
Text Example
Text Example
White with #DACED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACED9; }
p { color: rgb(218,206,217); }
H1.HeaderClassName
{
color: #DACED9;
}
.AnyTagClassName
{
color: #DACED9;
}
</style>
background-color css
<style>
a { background-color: #DACED9; }
a { background-color: rgb(218,206,217); }
div.DivClassName
{
background-color: #DACED9;
}
.BgClassName
{
background-color: #DACED9;
}
</style>
border-color css
<style>
span { border-color: #DACED9; }
span { border-color: rgb(218,206,217); }
td.TdClassName
{
border-color: #DACED9;
}
.TagClassName
{
border-color: #DACED9;
}
</style>