Shades of Thistle #DACAD8
Tints of Thistle #DACAD8
RGB
CMYK
RGB Variations
Color information
#DACAD8 (or 0xDACAD8) is known color: Thistle. HEX triplet: DA, CA and D8. RGB value is (218,202,216). Sum of RGB (Red+Green+Blue) = 218+202+216=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAD8 is #253527. Grayscale: #D0D0D0. Windows color (decimal): -2438440 or 14207706. OLE color: 14207706.
HSL color Cylindrical-coordinate representation of color #DACAD8: hue angle of 307.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACAD8 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 216 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.15 |
| HSL | 307.5º | 0.18% | 0.82% | - |
| HSV(B) | 307.5º | 0.07% | 0.85% | - |
| XYZ | 62.43 | 62.1 | 73.66 | - |
| YUV | 208.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 216 | 0 | 0.07 | 0.01 | 0.15 | 307.5 | 0.18 | 0.82 |
| Hex | DA | CA | D8 | 0 | 7 | 1 | F | 134 | 12 | 52 |
| Octal | 332 | 312 | 330 | 0 | 7 | 1 | 17 | 464 | 22 | 122 |
| Binary | 11011010 | 11001010 | 11011000 | 0 | 111 | 1 | 1111 | 100110100 | 10010 | 1010010 |
Color Harmonies of #DACAD8
Complementary color
Monochromatic Colors of #DACAD8
Black with #DACAD8
Text Example
Text Example
White with #DACAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAD8; }
p { color: rgb(218,202,216); }
H1.HeaderClassName
{
color: #DACAD8;
}
.AnyTagClassName
{
color: #DACAD8;
}
</style>
background-color css
<style>
a { background-color: #DACAD8; }
a { background-color: rgb(218,202,216); }
div.DivClassName
{
background-color: #DACAD8;
}
.BgClassName
{
background-color: #DACAD8;
}
</style>
border-color css
<style>
span { border-color: #DACAD8; }
span { border-color: rgb(218,202,216); }
td.TdClassName
{
border-color: #DACAD8;
}
.TagClassName
{
border-color: #DACAD8;
}
</style>