Shades of Thistle #DABAE0
Tints of Thistle #DABAE0
RGB
CMYK
RGB Variations
Color information
#DABAE0 (or 0xDABAE0) is known color: Thistle. HEX triplet: DA, BA and E0. RGB value is (218,186,224). Sum of RGB (Red+Green+Blue) = 218+186+224=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 224 - color contains mainly: blue. Hex color #DABAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAE0 is #25451F. Grayscale: #C7C7C7. Windows color (decimal): -2442528 or 14727898. OLE color: 14727898.
HSL color Cylindrical-coordinate representation of color #DABAE0: hue angle of 290.53º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABAE0 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 186 | 224 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.12 |
| HSL | 290.53º | 0.38% | 0.8% | - |
| HSV(B) | 290.53º | 0.17% | 0.88% | - |
| XYZ | 59.93 | 55.41 | 78.06 | - |
| YUV | 199.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 224 | 0.03 | 0.17 | 0 | 0.12 | 290.53 | 0.38 | 0.8 |
| Hex | DA | BA | E0 | 3 | 11 | 0 | C | 123 | 26 | 50 |
| Octal | 332 | 272 | 340 | 3 | 21 | 0 | 14 | 443 | 46 | 120 |
| Binary | 11011010 | 10111010 | 11100000 | 11 | 10001 | 0 | 1100 | 100100011 | 100110 | 1010000 |
Color Harmonies of #DABAE0
Complementary color
Monochromatic Colors of #DABAE0
Black with #DABAE0
Text Example
Text Example
White with #DABAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAE0; }
p { color: rgb(218,186,224); }
H1.HeaderClassName
{
color: #DABAE0;
}
.AnyTagClassName
{
color: #DABAE0;
}
</style>
background-color css
<style>
a { background-color: #DABAE0; }
a { background-color: rgb(218,186,224); }
div.DivClassName
{
background-color: #DABAE0;
}
.BgClassName
{
background-color: #DABAE0;
}
</style>
border-color css
<style>
span { border-color: #DABAE0; }
span { border-color: rgb(218,186,224); }
td.TdClassName
{
border-color: #DABAE0;
}
.TagClassName
{
border-color: #DABAE0;
}
</style>