Shades of Thistle #DABBE1
Tints of Thistle #DABBE1
RGB
CMYK
RGB Variations
Color information
#DABBE1 (or 0xDABBE1) is known color: Thistle. HEX triplet: DA, BB and E1. RGB value is (218,187,225). Sum of RGB (Red+Green+Blue) = 218+187+225=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #DABBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBE1 is #25441E. Grayscale: #C8C8C8. Windows color (decimal): -2442271 or 14793690. OLE color: 14793690.
HSL color Cylindrical-coordinate representation of color #DABBE1: hue angle of 288.95º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABBE1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 187 | 225 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.12 |
| HSL | 288.95º | 0.39% | 0.81% | - |
| HSV(B) | 288.95º | 0.17% | 0.88% | - |
| XYZ | 60.27 | 55.88 | 78.84 | - |
| YUV | 200.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 225 | 0.03 | 0.17 | 0 | 0.12 | 288.95 | 0.39 | 0.81 |
| Hex | DA | BB | E1 | 3 | 11 | 0 | C | 121 | 27 | 51 |
| Octal | 332 | 273 | 341 | 3 | 21 | 0 | 14 | 441 | 47 | 121 |
| Binary | 11011010 | 10111011 | 11100001 | 11 | 10001 | 0 | 1100 | 100100001 | 100111 | 1010001 |
Color Harmonies of #DABBE1
Complementary color
Monochromatic Colors of #DABBE1
Black with #DABBE1
Text Example
Text Example
White with #DABBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBE1; }
p { color: rgb(218,187,225); }
H1.HeaderClassName
{
color: #DABBE1;
}
.AnyTagClassName
{
color: #DABBE1;
}
</style>
background-color css
<style>
a { background-color: #DABBE1; }
a { background-color: rgb(218,187,225); }
div.DivClassName
{
background-color: #DABBE1;
}
.BgClassName
{
background-color: #DABBE1;
}
</style>
border-color css
<style>
span { border-color: #DABBE1; }
span { border-color: rgb(218,187,225); }
td.TdClassName
{
border-color: #DABBE1;
}
.TagClassName
{
border-color: #DABBE1;
}
</style>