Shades of Thistle #DAB8DE
Tints of Thistle #DAB8DE
RGB
CMYK
RGB Variations
Color information
#DAB8DE (or 0xDAB8DE) is known color: Thistle. HEX triplet: DA, B8 and DE. RGB value is (218,184,222). Sum of RGB (Red+Green+Blue) = 218+184+222=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAB8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8DE is #254721. Grayscale: #C6C6C6. Windows color (decimal): -2443042 or 14596314. OLE color: 14596314.
HSL color Cylindrical-coordinate representation of color #DAB8DE: hue angle of 293.68º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB8DE is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 184 | 222 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.13 |
| HSL | 293.68º | 0.37% | 0.8% | - |
| HSV(B) | 293.68º | 0.17% | 0.87% | - |
| XYZ | 59.24 | 54.46 | 76.5 | - |
| YUV | 198.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 222 | 0.02 | 0.17 | 0 | 0.13 | 293.68 | 0.37 | 0.8 |
| Hex | DA | B8 | DE | 2 | 11 | 0 | D | 126 | 25 | 50 |
| Octal | 332 | 270 | 336 | 2 | 21 | 0 | 15 | 446 | 45 | 120 |
| Binary | 11011010 | 10111000 | 11011110 | 10 | 10001 | 0 | 1101 | 100100110 | 100101 | 1010000 |
Color Harmonies of #DAB8DE
Complementary color
Monochromatic Colors of #DAB8DE
Black with #DAB8DE
Text Example
Text Example
White with #DAB8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8DE; }
p { color: rgb(218,184,222); }
H1.HeaderClassName
{
color: #DAB8DE;
}
.AnyTagClassName
{
color: #DAB8DE;
}
</style>
background-color css
<style>
a { background-color: #DAB8DE; }
a { background-color: rgb(218,184,222); }
div.DivClassName
{
background-color: #DAB8DE;
}
.BgClassName
{
background-color: #DAB8DE;
}
</style>
border-color css
<style>
span { border-color: #DAB8DE; }
span { border-color: rgb(218,184,222); }
td.TdClassName
{
border-color: #DAB8DE;
}
.TagClassName
{
border-color: #DAB8DE;
}
</style>