Shades of Thistle #D9BCE2
Tints of Thistle #D9BCE2
RGB
CMYK
RGB Variations
Color information
#D9BCE2 (or 0xD9BCE2) is known color: Thistle. HEX triplet: D9, BC and E2. RGB value is (217,188,226). Sum of RGB (Red+Green+Blue) = 217+188+226=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 226 - color contains mainly: blue. Hex color #D9BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCE2 is #26431D. Grayscale: #C8C8C8. Windows color (decimal): -2507550 or 14859481. OLE color: 14859481.
HSL color Cylindrical-coordinate representation of color #D9BCE2: hue angle of 285.79º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9BCE2 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 188 | 226 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.11 |
| HSL | 285.79º | 0.4% | 0.81% | - |
| HSV(B) | 285.79º | 0.17% | 0.89% | - |
| XYZ | 60.33 | 56.21 | 79.62 | - |
| YUV | 201 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 226 | 0.04 | 0.17 | 0 | 0.11 | 285.79 | 0.4 | 0.81 |
| Hex | D9 | BC | E2 | 4 | 11 | 0 | B | 11E | 28 | 51 |
| Octal | 331 | 274 | 342 | 4 | 21 | 0 | 13 | 436 | 50 | 121 |
| Binary | 11011001 | 10111100 | 11100010 | 100 | 10001 | 0 | 1011 | 100011110 | 101000 | 1010001 |
Color Harmonies of #D9BCE2
Complementary color
Monochromatic Colors of #D9BCE2
Black with #D9BCE2
Text Example
Text Example
White with #D9BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCE2; }
p { color: rgb(217,188,226); }
H1.HeaderClassName
{
color: #D9BCE2;
}
.AnyTagClassName
{
color: #D9BCE2;
}
</style>
background-color css
<style>
a { background-color: #D9BCE2; }
a { background-color: rgb(217,188,226); }
div.DivClassName
{
background-color: #D9BCE2;
}
.BgClassName
{
background-color: #D9BCE2;
}
</style>
border-color css
<style>
span { border-color: #D9BCE2; }
span { border-color: rgb(217,188,226); }
td.TdClassName
{
border-color: #D9BCE2;
}
.TagClassName
{
border-color: #D9BCE2;
}
</style>