Shades of Thistle #E0BBE0
Tints of Thistle #E0BBE0
RGB
CMYK
RGB Variations
Color information
#E0BBE0 (or 0xE0BBE0) is known color: Thistle. HEX triplet: E0, BB and E0. RGB value is (224,187,224). Sum of RGB (Red+Green+Blue) = 224+187+224=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBE0 is #1F441F. Grayscale: #CACACA. Windows color (decimal): -2049056 or 14728160. OLE color: 14728160.
HSL color Cylindrical-coordinate representation of color #E0BBE0: hue angle of 300º 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 #E0BBE0 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 224 | - |
| CMYK | 0 | 0.17 | 0 | 0.12 |
| HSL | 300º | 0.37% | 0.81% | - |
| HSV(B) | 300º | 0.17% | 0.88% | - |
| XYZ | 61.97 | 56.77 | 78.21 | - |
| YUV | 202.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 224 | 0 | 0.17 | 0 | 0.12 | 300 | 0.37 | 0.81 |
| Hex | E0 | BB | E0 | 0 | 11 | 0 | C | 12C | 25 | 51 |
| Octal | 340 | 273 | 340 | 0 | 21 | 0 | 14 | 454 | 45 | 121 |
| Binary | 11100000 | 10111011 | 11100000 | 0 | 10001 | 0 | 1100 | 100101100 | 100101 | 1010001 |
Color Harmonies of #E0BBE0
Complementary color
Monochromatic Colors of #E0BBE0
Black with #E0BBE0
Text Example
Text Example
White with #E0BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBE0; }
p { color: rgb(224,187,224); }
H1.HeaderClassName
{
color: #E0BBE0;
}
.AnyTagClassName
{
color: #E0BBE0;
}
</style>
background-color css
<style>
a { background-color: #E0BBE0; }
a { background-color: rgb(224,187,224); }
div.DivClassName
{
background-color: #E0BBE0;
}
.BgClassName
{
background-color: #E0BBE0;
}
</style>
border-color css
<style>
span { border-color: #E0BBE0; }
span { border-color: rgb(224,187,224); }
td.TdClassName
{
border-color: #E0BBE0;
}
.TagClassName
{
border-color: #E0BBE0;
}
</style>