Shades of Thistle #DABFE0
Tints of Thistle #DABFE0
RGB
CMYK
RGB Variations
Color information
#DABFE0 (or 0xDABFE0) is known color: Thistle. HEX triplet: DA, BF and E0. RGB value is (218,191,224). Sum of RGB (Red+Green+Blue) = 218+191+224=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #DABFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFE0 is #25401F. Grayscale: #CACACA. Windows color (decimal): -2441248 or 14729178. OLE color: 14729178.
HSL color Cylindrical-coordinate representation of color #DABFE0: hue angle of 289.09º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABFE0 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 191 | 224 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.12 |
| HSL | 289.09º | 0.35% | 0.81% | - |
| HSV(B) | 289.09º | 0.15% | 0.88% | - |
| XYZ | 61 | 57.55 | 78.41 | - |
| YUV | 202.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 224 | 0.03 | 0.15 | 0 | 0.12 | 289.09 | 0.35 | 0.81 |
| Hex | DA | BF | E0 | 3 | F | 0 | C | 121 | 23 | 51 |
| Octal | 332 | 277 | 340 | 3 | 17 | 0 | 14 | 441 | 43 | 121 |
| Binary | 11011010 | 10111111 | 11100000 | 11 | 1111 | 0 | 1100 | 100100001 | 100011 | 1010001 |
Color Harmonies of #DABFE0
Complementary color
Monochromatic Colors of #DABFE0
Black with #DABFE0
Text Example
Text Example
White with #DABFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFE0; }
p { color: rgb(218,191,224); }
H1.HeaderClassName
{
color: #DABFE0;
}
.AnyTagClassName
{
color: #DABFE0;
}
</style>
background-color css
<style>
a { background-color: #DABFE0; }
a { background-color: rgb(218,191,224); }
div.DivClassName
{
background-color: #DABFE0;
}
.BgClassName
{
background-color: #DABFE0;
}
</style>
border-color css
<style>
span { border-color: #DABFE0; }
span { border-color: rgb(218,191,224); }
td.TdClassName
{
border-color: #DABFE0;
}
.TagClassName
{
border-color: #DABFE0;
}
</style>