Shades of Thistle #DABAE3
Tints of Thistle #DABAE3
RGB
CMYK
RGB Variations
Color information
#DABAE3 (or 0xDABAE3) is known color: Thistle. HEX triplet: DA, BA and E3. RGB value is (218,186,227). Sum of RGB (Red+Green+Blue) = 218+186+227=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 227 - color contains mainly: blue. Hex color #DABAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAE3 is #25451C. Grayscale: #C8C8C8. Windows color (decimal): -2442525 or 14924506. OLE color: 14924506.
HSL color Cylindrical-coordinate representation of color #DABAE3: hue angle of 286.83º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DABAE3 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 186 | 227 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.11 |
| HSL | 286.83º | 0.42% | 0.81% | - |
| HSV(B) | 286.83º | 0.18% | 0.89% | - |
| XYZ | 60.34 | 55.57 | 80.22 | - |
| YUV | 200.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 227 | 0.04 | 0.18 | 0 | 0.11 | 286.83 | 0.42 | 0.81 |
| Hex | DA | BA | E3 | 4 | 12 | 0 | B | 11F | 2A | 51 |
| Octal | 332 | 272 | 343 | 4 | 22 | 0 | 13 | 437 | 52 | 121 |
| Binary | 11011010 | 10111010 | 11100011 | 100 | 10010 | 0 | 1011 | 100011111 | 101010 | 1010001 |
Color Harmonies of #DABAE3
Complementary color
Monochromatic Colors of #DABAE3
Black with #DABAE3
Text Example
Text Example
White with #DABAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAE3; }
p { color: rgb(218,186,227); }
H1.HeaderClassName
{
color: #DABAE3;
}
.AnyTagClassName
{
color: #DABAE3;
}
</style>
background-color css
<style>
a { background-color: #DABAE3; }
a { background-color: rgb(218,186,227); }
div.DivClassName
{
background-color: #DABAE3;
}
.BgClassName
{
background-color: #DABAE3;
}
</style>
border-color css
<style>
span { border-color: #DABAE3; }
span { border-color: rgb(218,186,227); }
td.TdClassName
{
border-color: #DABAE3;
}
.TagClassName
{
border-color: #DABAE3;
}
</style>