Shades of Thistle #DACBD8
Tints of Thistle #DACBD8
RGB
CMYK
RGB Variations
Color information
#DACBD8 (or 0xDACBD8) is known color: Thistle. HEX triplet: DA, CB and D8. RGB value is (218,203,216). Sum of RGB (Red+Green+Blue) = 218+203+216=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBD8 is #253427. Grayscale: #D0D0D0. Windows color (decimal): -2438184 or 14207962. OLE color: 14207962.
HSL color Cylindrical-coordinate representation of color #DACBD8: hue angle of 308º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACBD8 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 216 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.15 |
| HSL | 308º | 0.17% | 0.83% | - |
| HSV(B) | 308º | 0.07% | 0.85% | - |
| XYZ | 62.66 | 62.58 | 73.74 | - |
| YUV | 208.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 216 | 0 | 0.07 | 0.01 | 0.15 | 308 | 0.17 | 0.83 |
| Hex | DA | CB | D8 | 0 | 7 | 1 | F | 134 | 11 | 53 |
| Octal | 332 | 313 | 330 | 0 | 7 | 1 | 17 | 464 | 21 | 123 |
| Binary | 11011010 | 11001011 | 11011000 | 0 | 111 | 1 | 1111 | 100110100 | 10001 | 1010011 |
Color Harmonies of #DACBD8
Complementary color
Monochromatic Colors of #DACBD8
Black with #DACBD8
Text Example
Text Example
White with #DACBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBD8; }
p { color: rgb(218,203,216); }
H1.HeaderClassName
{
color: #DACBD8;
}
.AnyTagClassName
{
color: #DACBD8;
}
</style>
background-color css
<style>
a { background-color: #DACBD8; }
a { background-color: rgb(218,203,216); }
div.DivClassName
{
background-color: #DACBD8;
}
.BgClassName
{
background-color: #DACBD8;
}
</style>
border-color css
<style>
span { border-color: #DACBD8; }
span { border-color: rgb(218,203,216); }
td.TdClassName
{
border-color: #DACBD8;
}
.TagClassName
{
border-color: #DACBD8;
}
</style>