Shades of Thistle #DABFDE
Tints of Thistle #DABFDE
RGB
CMYK
RGB Variations
Color information
#DABFDE (or 0xDABFDE) is known color: Thistle. HEX triplet: DA, BF and DE. RGB value is (218,191,222). Sum of RGB (Red+Green+Blue) = 218+191+222=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #DABFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFDE is #254021. Grayscale: #CACACA. Windows color (decimal): -2441250 or 14598106. OLE color: 14598106.
HSL color Cylindrical-coordinate representation of color #DABFDE: hue angle of 292.26º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABFDE is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 191 | 222 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.13 |
| HSL | 292.26º | 0.32% | 0.81% | - |
| HSV(B) | 292.26º | 0.14% | 0.87% | - |
| XYZ | 60.73 | 57.44 | 76.99 | - |
| YUV | 202.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 222 | 0.02 | 0.14 | 0 | 0.13 | 292.26 | 0.32 | 0.81 |
| Hex | DA | BF | DE | 2 | E | 0 | D | 124 | 20 | 51 |
| Octal | 332 | 277 | 336 | 2 | 16 | 0 | 15 | 444 | 40 | 121 |
| Binary | 11011010 | 10111111 | 11011110 | 10 | 1110 | 0 | 1101 | 100100100 | 100000 | 1010001 |
Color Harmonies of #DABFDE
Complementary color
Monochromatic Colors of #DABFDE
Black with #DABFDE
Text Example
Text Example
White with #DABFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFDE; }
p { color: rgb(218,191,222); }
H1.HeaderClassName
{
color: #DABFDE;
}
.AnyTagClassName
{
color: #DABFDE;
}
</style>
background-color css
<style>
a { background-color: #DABFDE; }
a { background-color: rgb(218,191,222); }
div.DivClassName
{
background-color: #DABFDE;
}
.BgClassName
{
background-color: #DABFDE;
}
</style>
border-color css
<style>
span { border-color: #DABFDE; }
span { border-color: rgb(218,191,222); }
td.TdClassName
{
border-color: #DABFDE;
}
.TagClassName
{
border-color: #DABFDE;
}
</style>