Shades of Thistle #D8BBE0
Tints of Thistle #D8BBE0
RGB
CMYK
RGB Variations
Color information
#D8BBE0 (or 0xD8BBE0) is known color: Thistle. HEX triplet: D8, BB and E0. RGB value is (216,187,224). Sum of RGB (Red+Green+Blue) = 216+187+224=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBE0 is #27441F. Grayscale: #C7C7C7. Windows color (decimal): -2573344 or 14728152. OLE color: 14728152.
HSL color Cylindrical-coordinate representation of color #D8BBE0: hue angle of 287.03º 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 #D8BBE0 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 187 | 224 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.12 |
| HSL | 287.03º | 0.37% | 0.81% | - |
| HSV(B) | 287.03º | 0.17% | 0.88% | - |
| XYZ | 59.54 | 55.52 | 78.1 | - |
| YUV | 199.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 224 | 0.04 | 0.17 | 0 | 0.12 | 287.03 | 0.37 | 0.81 |
| Hex | D8 | BB | E0 | 4 | 11 | 0 | C | 11F | 25 | 51 |
| Octal | 330 | 273 | 340 | 4 | 21 | 0 | 14 | 437 | 45 | 121 |
| Binary | 11011000 | 10111011 | 11100000 | 100 | 10001 | 0 | 1100 | 100011111 | 100101 | 1010001 |
Color Harmonies of #D8BBE0
Complementary color
Monochromatic Colors of #D8BBE0
Black with #D8BBE0
Text Example
Text Example
White with #D8BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBE0; }
p { color: rgb(216,187,224); }
H1.HeaderClassName
{
color: #D8BBE0;
}
.AnyTagClassName
{
color: #D8BBE0;
}
</style>
background-color css
<style>
a { background-color: #D8BBE0; }
a { background-color: rgb(216,187,224); }
div.DivClassName
{
background-color: #D8BBE0;
}
.BgClassName
{
background-color: #D8BBE0;
}
</style>
border-color css
<style>
span { border-color: #D8BBE0; }
span { border-color: rgb(216,187,224); }
td.TdClassName
{
border-color: #D8BBE0;
}
.TagClassName
{
border-color: #D8BBE0;
}
</style>