Shades of Thistle #E0BEE6
Tints of Thistle #E0BEE6
RGB
CMYK
RGB Variations
Color information
#E0BEE6 (or 0xE0BEE6) is known color: Thistle. HEX triplet: E0, BE and E6. RGB value is (224,190,230). Sum of RGB (Red+Green+Blue) = 224+190+230=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEE6 is #1F4119. Grayscale: #CCCCCC. Windows color (decimal): -2048282 or 15122144. OLE color: 15122144.
HSL color Cylindrical-coordinate representation of color #E0BEE6: hue angle of 291º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BEE6 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 190 | 230 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.10 |
| HSL | 291º | 0.44% | 0.82% | - |
| HSV(B) | 291º | 0.17% | 0.9% | - |
| XYZ | 63.44 | 58.39 | 82.79 | - |
| YUV | 204.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 230 | 0.03 | 0.17 | 0 | 0.10 | 291 | 0.44 | 0.82 |
| Hex | E0 | BE | E6 | 3 | 11 | 0 | A | 123 | 2C | 52 |
| Octal | 340 | 276 | 346 | 3 | 21 | 0 | 12 | 443 | 54 | 122 |
| Binary | 11100000 | 10111110 | 11100110 | 11 | 10001 | 0 | 1010 | 100100011 | 101100 | 1010010 |
Color Harmonies of #E0BEE6
Complementary color
Monochromatic Colors of #E0BEE6
Black with #E0BEE6
Text Example
Text Example
White with #E0BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEE6; }
p { color: rgb(224,190,230); }
H1.HeaderClassName
{
color: #E0BEE6;
}
.AnyTagClassName
{
color: #E0BEE6;
}
</style>
background-color css
<style>
a { background-color: #E0BEE6; }
a { background-color: rgb(224,190,230); }
div.DivClassName
{
background-color: #E0BEE6;
}
.BgClassName
{
background-color: #E0BEE6;
}
</style>
border-color css
<style>
span { border-color: #E0BEE6; }
span { border-color: rgb(224,190,230); }
td.TdClassName
{
border-color: #E0BEE6;
}
.TagClassName
{
border-color: #E0BEE6;
}
</style>