Shades of Thistle #E5BBEB
Tints of Thistle #E5BBEB
RGB
CMYK
RGB Variations
Color information
#E5BBEB (or 0xE5BBEB) is known color: Thistle. HEX triplet: E5, BB and EB. RGB value is (229,187,235). Sum of RGB (Red+Green+Blue) = 229+187+235=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBEB is #1A4414. Grayscale: #CCCCCC. Windows color (decimal): -1721365 or 15449061. OLE color: 15449061.
HSL color Cylindrical-coordinate representation of color #E5BBEB: hue angle of 292.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5BBEB is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 187 | 235 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.08 |
| HSL | 292.5º | 0.55% | 0.83% | - |
| HSV(B) | 292.5º | 0.2% | 0.92% | - |
| XYZ | 65.08 | 58.2 | 86.4 | - |
| YUV | 205.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 235 | 0.03 | 0.20 | 0 | 0.08 | 292.5 | 0.55 | 0.83 |
| Hex | E5 | BB | EB | 3 | 14 | 0 | 8 | 124 | 37 | 53 |
| Octal | 345 | 273 | 353 | 3 | 24 | 0 | 10 | 444 | 67 | 123 |
| Binary | 11100101 | 10111011 | 11101011 | 11 | 10100 | 0 | 1000 | 100100100 | 110111 | 1010011 |
Color Harmonies of #E5BBEB
Complementary color
Monochromatic Colors of #E5BBEB
Black with #E5BBEB
Text Example
Text Example
White with #E5BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBEB; }
p { color: rgb(229,187,235); }
H1.HeaderClassName
{
color: #E5BBEB;
}
.AnyTagClassName
{
color: #E5BBEB;
}
</style>
background-color css
<style>
a { background-color: #E5BBEB; }
a { background-color: rgb(229,187,235); }
div.DivClassName
{
background-color: #E5BBEB;
}
.BgClassName
{
background-color: #E5BBEB;
}
</style>
border-color css
<style>
span { border-color: #E5BBEB; }
span { border-color: rgb(229,187,235); }
td.TdClassName
{
border-color: #E5BBEB;
}
.TagClassName
{
border-color: #E5BBEB;
}
</style>