Shades of Thistle #DAB7E0
Tints of Thistle #DAB7E0
RGB
CMYK
RGB Variations
Color information
#DAB7E0 (or 0xDAB7E0) is known color: Thistle. HEX triplet: DA, B7 and E0. RGB value is (218,183,224). Sum of RGB (Red+Green+Blue) = 218+183+224=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAB7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7E0 is #25481F. Grayscale: #C6C6C6. Windows color (decimal): -2443296 or 14727130. OLE color: 14727130.
HSL color Cylindrical-coordinate representation of color #DAB7E0: hue angle of 291.22º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB7E0 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 183 | 224 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.12 |
| HSL | 291.22º | 0.4% | 0.8% | - |
| HSV(B) | 291.22º | 0.18% | 0.88% | - |
| XYZ | 59.3 | 54.15 | 77.85 | - |
| YUV | 198.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 224 | 0.03 | 0.18 | 0 | 0.12 | 291.22 | 0.4 | 0.8 |
| Hex | DA | B7 | E0 | 3 | 12 | 0 | C | 123 | 28 | 50 |
| Octal | 332 | 267 | 340 | 3 | 22 | 0 | 14 | 443 | 50 | 120 |
| Binary | 11011010 | 10110111 | 11100000 | 11 | 10010 | 0 | 1100 | 100100011 | 101000 | 1010000 |
Color Harmonies of #DAB7E0
Complementary color
Monochromatic Colors of #DAB7E0
Black with #DAB7E0
Text Example
Text Example
White with #DAB7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7E0; }
p { color: rgb(218,183,224); }
H1.HeaderClassName
{
color: #DAB7E0;
}
.AnyTagClassName
{
color: #DAB7E0;
}
</style>
background-color css
<style>
a { background-color: #DAB7E0; }
a { background-color: rgb(218,183,224); }
div.DivClassName
{
background-color: #DAB7E0;
}
.BgClassName
{
background-color: #DAB7E0;
}
</style>
border-color css
<style>
span { border-color: #DAB7E0; }
span { border-color: rgb(218,183,224); }
td.TdClassName
{
border-color: #DAB7E0;
}
.TagClassName
{
border-color: #DAB7E0;
}
</style>