Shades of Thistle #DABAE4
Tints of Thistle #DABAE4
RGB
CMYK
RGB Variations
Color information
#DABAE4 (or 0xDABAE4) is known color: Thistle. HEX triplet: DA, BA and E4. RGB value is (218,186,228). Sum of RGB (Red+Green+Blue) = 218+186+228=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 228 - color contains mainly: blue. Hex color #DABAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAE4 is #25451B. Grayscale: #C8C8C8. Windows color (decimal): -2442524 or 14990042. OLE color: 14990042.
HSL color Cylindrical-coordinate representation of color #DABAE4: hue angle of 285.71º degrees, saturation: 0.44, 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 #DABAE4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 186 | 228 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.11 |
| HSL | 285.71º | 0.44% | 0.81% | - |
| HSV(B) | 285.71º | 0.18% | 0.89% | - |
| XYZ | 60.48 | 55.62 | 80.95 | - |
| YUV | 200.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 228 | 0.04 | 0.18 | 0 | 0.11 | 285.71 | 0.44 | 0.81 |
| Hex | DA | BA | E4 | 4 | 12 | 0 | B | 11E | 2C | 51 |
| Octal | 332 | 272 | 344 | 4 | 22 | 0 | 13 | 436 | 54 | 121 |
| Binary | 11011010 | 10111010 | 11100100 | 100 | 10010 | 0 | 1011 | 100011110 | 101100 | 1010001 |
Color Harmonies of #DABAE4
Complementary color
Monochromatic Colors of #DABAE4
Black with #DABAE4
Text Example
Text Example
White with #DABAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAE4; }
p { color: rgb(218,186,228); }
H1.HeaderClassName
{
color: #DABAE4;
}
.AnyTagClassName
{
color: #DABAE4;
}
</style>
background-color css
<style>
a { background-color: #DABAE4; }
a { background-color: rgb(218,186,228); }
div.DivClassName
{
background-color: #DABAE4;
}
.BgClassName
{
background-color: #DABAE4;
}
</style>
border-color css
<style>
span { border-color: #DABAE4; }
span { border-color: rgb(218,186,228); }
td.TdClassName
{
border-color: #DABAE4;
}
.TagClassName
{
border-color: #DABAE4;
}
</style>