Shades of Thistle #D9BBE0
Tints of Thistle #D9BBE0
RGB
CMYK
RGB Variations
Color information
#D9BBE0 (or 0xD9BBE0) is known color: Thistle. HEX triplet: D9, BB and E0. RGB value is (217,187,224). Sum of RGB (Red+Green+Blue) = 217+187+224=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBE0 is #26441F. Grayscale: #C8C8C8. Windows color (decimal): -2507808 or 14728153. OLE color: 14728153.
HSL color Cylindrical-coordinate representation of color #D9BBE0: hue angle of 288.65º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9BBE0 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 187 | 224 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.12 |
| HSL | 288.65º | 0.37% | 0.81% | - |
| HSV(B) | 288.65º | 0.17% | 0.88% | - |
| XYZ | 59.84 | 55.67 | 78.11 | - |
| YUV | 200.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 224 | 0.03 | 0.17 | 0 | 0.12 | 288.65 | 0.37 | 0.81 |
| Hex | D9 | BB | E0 | 3 | 11 | 0 | C | 121 | 25 | 51 |
| Octal | 331 | 273 | 340 | 3 | 21 | 0 | 14 | 441 | 45 | 121 |
| Binary | 11011001 | 10111011 | 11100000 | 11 | 10001 | 0 | 1100 | 100100001 | 100101 | 1010001 |
Color Harmonies of #D9BBE0
Complementary color
Monochromatic Colors of #D9BBE0
Black with #D9BBE0
Text Example
Text Example
White with #D9BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBE0; }
p { color: rgb(217,187,224); }
H1.HeaderClassName
{
color: #D9BBE0;
}
.AnyTagClassName
{
color: #D9BBE0;
}
</style>
background-color css
<style>
a { background-color: #D9BBE0; }
a { background-color: rgb(217,187,224); }
div.DivClassName
{
background-color: #D9BBE0;
}
.BgClassName
{
background-color: #D9BBE0;
}
</style>
border-color css
<style>
span { border-color: #D9BBE0; }
span { border-color: rgb(217,187,224); }
td.TdClassName
{
border-color: #D9BBE0;
}
.TagClassName
{
border-color: #D9BBE0;
}
</style>