Shades of Thistle #E1BBE6
Tints of Thistle #E1BBE6
RGB
CMYK
RGB Variations
Color information
#E1BBE6 (or 0xE1BBE6) is known color: Thistle. HEX triplet: E1, BB and E6. RGB value is (225,187,230). Sum of RGB (Red+Green+Blue) = 225+187+230=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBE6 is #1E4419. Grayscale: #CBCBCB. Windows color (decimal): -1983514 or 15121377. OLE color: 15121377.
HSL color Cylindrical-coordinate representation of color #E1BBE6: hue angle of 293.02º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1BBE6 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 187 | 230 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.10 |
| HSL | 293.02º | 0.46% | 0.82% | - |
| HSV(B) | 293.02º | 0.19% | 0.9% | - |
| XYZ | 63.1 | 57.26 | 82.59 | - |
| YUV | 203.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 230 | 0.02 | 0.19 | 0 | 0.10 | 293.02 | 0.46 | 0.82 |
| Hex | E1 | BB | E6 | 2 | 13 | 0 | A | 125 | 2E | 52 |
| Octal | 341 | 273 | 346 | 2 | 23 | 0 | 12 | 445 | 56 | 122 |
| Binary | 11100001 | 10111011 | 11100110 | 10 | 10011 | 0 | 1010 | 100100101 | 101110 | 1010010 |
Color Harmonies of #E1BBE6
Complementary color
Monochromatic Colors of #E1BBE6
Black with #E1BBE6
Text Example
Text Example
White with #E1BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBE6; }
p { color: rgb(225,187,230); }
H1.HeaderClassName
{
color: #E1BBE6;
}
.AnyTagClassName
{
color: #E1BBE6;
}
</style>
background-color css
<style>
a { background-color: #E1BBE6; }
a { background-color: rgb(225,187,230); }
div.DivClassName
{
background-color: #E1BBE6;
}
.BgClassName
{
background-color: #E1BBE6;
}
</style>
border-color css
<style>
span { border-color: #E1BBE6; }
span { border-color: rgb(225,187,230); }
td.TdClassName
{
border-color: #E1BBE6;
}
.TagClassName
{
border-color: #E1BBE6;
}
</style>