Shades of Thistle #E1BBE5
Tints of Thistle #E1BBE5
RGB
CMYK
RGB Variations
Color information
#E1BBE5 (or 0xE1BBE5) is known color: Thistle. HEX triplet: E1, BB and E5. RGB value is (225,187,229). Sum of RGB (Red+Green+Blue) = 225+187+229=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1BBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBE5 is #1E441A. Grayscale: #CBCBCB. Windows color (decimal): -1983515 or 15055841. OLE color: 15055841.
HSL color Cylindrical-coordinate representation of color #E1BBE5: hue angle of 294.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1BBE5 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 187 | 229 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.10 |
| HSL | 294.29º | 0.45% | 0.82% | - |
| HSV(B) | 294.29º | 0.18% | 0.9% | - |
| XYZ | 62.96 | 57.21 | 81.85 | - |
| YUV | 203.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 229 | 0.02 | 0.18 | 0 | 0.10 | 294.29 | 0.45 | 0.82 |
| Hex | E1 | BB | E5 | 2 | 12 | 0 | A | 126 | 2D | 52 |
| Octal | 341 | 273 | 345 | 2 | 22 | 0 | 12 | 446 | 55 | 122 |
| Binary | 11100001 | 10111011 | 11100101 | 10 | 10010 | 0 | 1010 | 100100110 | 101101 | 1010010 |
Color Harmonies of #E1BBE5
Complementary color
Monochromatic Colors of #E1BBE5
Black with #E1BBE5
Text Example
Text Example
White with #E1BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBE5; }
p { color: rgb(225,187,229); }
H1.HeaderClassName
{
color: #E1BBE5;
}
.AnyTagClassName
{
color: #E1BBE5;
}
</style>
background-color css
<style>
a { background-color: #E1BBE5; }
a { background-color: rgb(225,187,229); }
div.DivClassName
{
background-color: #E1BBE5;
}
.BgClassName
{
background-color: #E1BBE5;
}
</style>
border-color css
<style>
span { border-color: #E1BBE5; }
span { border-color: rgb(225,187,229); }
td.TdClassName
{
border-color: #E1BBE5;
}
.TagClassName
{
border-color: #E1BBE5;
}
</style>