Shades of Thistle #DABDDA
Tints of Thistle #DABDDA
RGB
CMYK
RGB Variations
Color information
#DABDDA (or 0xDABDDA) is known color: Thistle. HEX triplet: DA, BD and DA. RGB value is (218,189,218). Sum of RGB (Red+Green+Blue) = 218+189+218=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DABDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDDA is #254225. Grayscale: #C8C8C8. Windows color (decimal): -2441766 or 14335450. OLE color: 14335450.
HSL color Cylindrical-coordinate representation of color #DABDDA: hue angle of 300º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABDDA is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 218 | - |
| CMYK | 0 | 0.13 | 0 | 0.15 |
| HSL | 300º | 0.28% | 0.8% | - |
| HSV(B) | 300º | 0.13% | 0.85% | - |
| XYZ | 59.77 | 56.36 | 74.06 | - |
| YUV | 200.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 218 | 0 | 0.13 | 0 | 0.15 | 300 | 0.28 | 0.8 |
| Hex | DA | BD | DA | 0 | D | 0 | F | 12C | 1C | 50 |
| Octal | 332 | 275 | 332 | 0 | 15 | 0 | 17 | 454 | 34 | 120 |
| Binary | 11011010 | 10111101 | 11011010 | 0 | 1101 | 0 | 1111 | 100101100 | 11100 | 1010000 |
Color Harmonies of #DABDDA
Complementary color
Monochromatic Colors of #DABDDA
Black with #DABDDA
Text Example
Text Example
White with #DABDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDDA; }
p { color: rgb(218,189,218); }
H1.HeaderClassName
{
color: #DABDDA;
}
.AnyTagClassName
{
color: #DABDDA;
}
</style>
background-color css
<style>
a { background-color: #DABDDA; }
a { background-color: rgb(218,189,218); }
div.DivClassName
{
background-color: #DABDDA;
}
.BgClassName
{
background-color: #DABDDA;
}
</style>
border-color css
<style>
span { border-color: #DABDDA; }
span { border-color: rgb(218,189,218); }
td.TdClassName
{
border-color: #DABDDA;
}
.TagClassName
{
border-color: #DABDDA;
}
</style>