Shades of Thistle #DABCE1
Tints of Thistle #DABCE1
RGB
CMYK
RGB Variations
Color information
#DABCE1 (or 0xDABCE1) is known color: Thistle. HEX triplet: DA, BC and E1. RGB value is (218,188,225). Sum of RGB (Red+Green+Blue) = 218+188+225=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #DABCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCE1 is #25431E. Grayscale: #C9C9C9. Windows color (decimal): -2442015 or 14793946. OLE color: 14793946.
HSL color Cylindrical-coordinate representation of color #DABCE1: hue angle of 288.65º degrees, saturation: 0.38, 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 #DABCE1 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 188 | 225 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.12 |
| HSL | 288.65º | 0.38% | 0.81% | - |
| HSV(B) | 288.65º | 0.16% | 0.88% | - |
| XYZ | 60.49 | 56.31 | 78.91 | - |
| YUV | 201.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 225 | 0.03 | 0.16 | 0 | 0.12 | 288.65 | 0.38 | 0.81 |
| Hex | DA | BC | E1 | 3 | 10 | 0 | C | 121 | 26 | 51 |
| Octal | 332 | 274 | 341 | 3 | 20 | 0 | 14 | 441 | 46 | 121 |
| Binary | 11011010 | 10111100 | 11100001 | 11 | 10000 | 0 | 1100 | 100100001 | 100110 | 1010001 |
Color Harmonies of #DABCE1
Complementary color
Monochromatic Colors of #DABCE1
Black with #DABCE1
Text Example
Text Example
White with #DABCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCE1; }
p { color: rgb(218,188,225); }
H1.HeaderClassName
{
color: #DABCE1;
}
.AnyTagClassName
{
color: #DABCE1;
}
</style>
background-color css
<style>
a { background-color: #DABCE1; }
a { background-color: rgb(218,188,225); }
div.DivClassName
{
background-color: #DABCE1;
}
.BgClassName
{
background-color: #DABCE1;
}
</style>
border-color css
<style>
span { border-color: #DABCE1; }
span { border-color: rgb(218,188,225); }
td.TdClassName
{
border-color: #DABCE1;
}
.TagClassName
{
border-color: #DABCE1;
}
</style>