Shades of Thistle #DABCE0
Tints of Thistle #DABCE0
RGB
CMYK
RGB Variations
Color information
#DABCE0 (or 0xDABCE0) is known color: Thistle. HEX triplet: DA, BC and E0. RGB value is (218,188,224). Sum of RGB (Red+Green+Blue) = 218+188+224=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #DABCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCE0 is #25431F. Grayscale: #C8C8C8. Windows color (decimal): -2442016 or 14728410. OLE color: 14728410.
HSL color Cylindrical-coordinate representation of color #DABCE0: hue angle of 290º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABCE0 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 188 | 224 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.12 |
| HSL | 290º | 0.37% | 0.81% | - |
| HSV(B) | 290º | 0.16% | 0.88% | - |
| XYZ | 60.35 | 56.25 | 78.2 | - |
| YUV | 201.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 224 | 0.03 | 0.16 | 0 | 0.12 | 290 | 0.37 | 0.81 |
| Hex | DA | BC | E0 | 3 | 10 | 0 | C | 122 | 25 | 51 |
| Octal | 332 | 274 | 340 | 3 | 20 | 0 | 14 | 442 | 45 | 121 |
| Binary | 11011010 | 10111100 | 11100000 | 11 | 10000 | 0 | 1100 | 100100010 | 100101 | 1010001 |
Color Harmonies of #DABCE0
Complementary color
Monochromatic Colors of #DABCE0
Black with #DABCE0
Text Example
Text Example
White with #DABCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCE0; }
p { color: rgb(218,188,224); }
H1.HeaderClassName
{
color: #DABCE0;
}
.AnyTagClassName
{
color: #DABCE0;
}
</style>
background-color css
<style>
a { background-color: #DABCE0; }
a { background-color: rgb(218,188,224); }
div.DivClassName
{
background-color: #DABCE0;
}
.BgClassName
{
background-color: #DABCE0;
}
</style>
border-color css
<style>
span { border-color: #DABCE0; }
span { border-color: rgb(218,188,224); }
td.TdClassName
{
border-color: #DABCE0;
}
.TagClassName
{
border-color: #DABCE0;
}
</style>