Shades of Thistle #E5BEE9
Tints of Thistle #E5BEE9
RGB
CMYK
RGB Variations
Color information
#E5BEE9 (or 0xE5BEE9) is known color: Thistle. HEX triplet: E5, BE and E9. RGB value is (229,190,233). Sum of RGB (Red+Green+Blue) = 229+190+233=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #E5BEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEE9 is #1A4116. Grayscale: #CECECE. Windows color (decimal): -1720599 or 15318757. OLE color: 15318757.
HSL color Cylindrical-coordinate representation of color #E5BEE9: hue angle of 294.42º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BEE9 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 190 | 233 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.09 |
| HSL | 294.42º | 0.49% | 0.83% | - |
| HSV(B) | 294.42º | 0.18% | 0.91% | - |
| XYZ | 65.43 | 59.37 | 85.1 | - |
| YUV | 206.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 233 | 0.02 | 0.18 | 0 | 0.09 | 294.42 | 0.49 | 0.83 |
| Hex | E5 | BE | E9 | 2 | 12 | 0 | 9 | 126 | 31 | 53 |
| Octal | 345 | 276 | 351 | 2 | 22 | 0 | 11 | 446 | 61 | 123 |
| Binary | 11100101 | 10111110 | 11101001 | 10 | 10010 | 0 | 1001 | 100100110 | 110001 | 1010011 |
Color Harmonies of #E5BEE9
Complementary color
Monochromatic Colors of #E5BEE9
Black with #E5BEE9
Text Example
Text Example
White with #E5BEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEE9; }
p { color: rgb(229,190,233); }
H1.HeaderClassName
{
color: #E5BEE9;
}
.AnyTagClassName
{
color: #E5BEE9;
}
</style>
background-color css
<style>
a { background-color: #E5BEE9; }
a { background-color: rgb(229,190,233); }
div.DivClassName
{
background-color: #E5BEE9;
}
.BgClassName
{
background-color: #E5BEE9;
}
</style>
border-color css
<style>
span { border-color: #E5BEE9; }
span { border-color: rgb(229,190,233); }
td.TdClassName
{
border-color: #E5BEE9;
}
.TagClassName
{
border-color: #E5BEE9;
}
</style>