Shades of Thistle #D9B4DE
Tints of Thistle #D9B4DE
RGB
CMYK
RGB Variations
Color information
#D9B4DE (or 0xD9B4DE) is known color: Thistle. HEX triplet: D9, B4 and DE. RGB value is (217,180,222). Sum of RGB (Red+Green+Blue) = 217+180+222=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9B4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B4DE is #264B21. Grayscale: #C3C3C3. Windows color (decimal): -2509602 or 14595289. OLE color: 14595289.
HSL color Cylindrical-coordinate representation of color #D9B4DE: hue angle of 292.86º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B4DE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 180 | 222 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.13 |
| HSL | 292.86º | 0.39% | 0.79% | - |
| HSV(B) | 292.86º | 0.19% | 0.87% | - |
| XYZ | 58.12 | 52.67 | 76.21 | - |
| YUV | 195.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 222 | 0.02 | 0.19 | 0 | 0.13 | 292.86 | 0.39 | 0.79 |
| Hex | D9 | B4 | DE | 2 | 13 | 0 | D | 125 | 27 | 4F |
| Octal | 331 | 264 | 336 | 2 | 23 | 0 | 15 | 445 | 47 | 117 |
| Binary | 11011001 | 10110100 | 11011110 | 10 | 10011 | 0 | 1101 | 100100101 | 100111 | 1001111 |
Color Harmonies of #D9B4DE
Complementary color
Monochromatic Colors of #D9B4DE
Black with #D9B4DE
Text Example
Text Example
White with #D9B4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B4DE; }
p { color: rgb(217,180,222); }
H1.HeaderClassName
{
color: #D9B4DE;
}
.AnyTagClassName
{
color: #D9B4DE;
}
</style>
background-color css
<style>
a { background-color: #D9B4DE; }
a { background-color: rgb(217,180,222); }
div.DivClassName
{
background-color: #D9B4DE;
}
.BgClassName
{
background-color: #D9B4DE;
}
</style>
border-color css
<style>
span { border-color: #D9B4DE; }
span { border-color: rgb(217,180,222); }
td.TdClassName
{
border-color: #D9B4DE;
}
.TagClassName
{
border-color: #D9B4DE;
}
</style>