Shades of Thistle #D8BEE0
Tints of Thistle #D8BEE0
RGB
CMYK
RGB Variations
Color information
#D8BEE0 (or 0xD8BEE0) is known color: Thistle. HEX triplet: D8, BE and E0. RGB value is (216,190,224). Sum of RGB (Red+Green+Blue) = 216+190+224=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BEE0 is #27411F. Grayscale: #C9C9C9. Windows color (decimal): -2572576 or 14728920. OLE color: 14728920.
HSL color Cylindrical-coordinate representation of color #D8BEE0: hue angle of 285.88º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8BEE0 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 190 | 224 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.12 |
| HSL | 285.88º | 0.35% | 0.81% | - |
| HSV(B) | 285.88º | 0.15% | 0.88% | - |
| XYZ | 60.19 | 56.81 | 78.31 | - |
| YUV | 201.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 224 | 0.04 | 0.15 | 0 | 0.12 | 285.88 | 0.35 | 0.81 |
| Hex | D8 | BE | E0 | 4 | F | 0 | C | 11E | 23 | 51 |
| Octal | 330 | 276 | 340 | 4 | 17 | 0 | 14 | 436 | 43 | 121 |
| Binary | 11011000 | 10111110 | 11100000 | 100 | 1111 | 0 | 1100 | 100011110 | 100011 | 1010001 |
Color Harmonies of #D8BEE0
Complementary color
Monochromatic Colors of #D8BEE0
Black with #D8BEE0
Text Example
Text Example
White with #D8BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEE0; }
p { color: rgb(216,190,224); }
H1.HeaderClassName
{
color: #D8BEE0;
}
.AnyTagClassName
{
color: #D8BEE0;
}
</style>
background-color css
<style>
a { background-color: #D8BEE0; }
a { background-color: rgb(216,190,224); }
div.DivClassName
{
background-color: #D8BEE0;
}
.BgClassName
{
background-color: #D8BEE0;
}
</style>
border-color css
<style>
span { border-color: #D8BEE0; }
span { border-color: rgb(216,190,224); }
td.TdClassName
{
border-color: #D8BEE0;
}
.TagClassName
{
border-color: #D8BEE0;
}
</style>