Shades of Thistle #E2BBEB
Tints of Thistle #E2BBEB
RGB
CMYK
RGB Variations
Color information
#E2BBEB (or 0xE2BBEB) is known color: Thistle. HEX triplet: E2, BB and EB. RGB value is (226,187,235). Sum of RGB (Red+Green+Blue) = 226+187+235=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBEB is #1D4414. Grayscale: #CBCBCB. Windows color (decimal): -1917973 or 15449058. OLE color: 15449058.
HSL color Cylindrical-coordinate representation of color #E2BBEB: hue angle of 288.75º 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 #E2BBEB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 187 | 235 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.08 |
| HSL | 288.75º | 0.55% | 0.83% | - |
| HSV(B) | 288.75º | 0.2% | 0.92% | - |
| XYZ | 64.13 | 57.71 | 86.36 | - |
| YUV | 204.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 235 | 0.04 | 0.20 | 0 | 0.08 | 288.75 | 0.55 | 0.83 |
| Hex | E2 | BB | EB | 4 | 14 | 0 | 8 | 121 | 37 | 53 |
| Octal | 342 | 273 | 353 | 4 | 24 | 0 | 10 | 441 | 67 | 123 |
| Binary | 11100010 | 10111011 | 11101011 | 100 | 10100 | 0 | 1000 | 100100001 | 110111 | 1010011 |
Color Harmonies of #E2BBEB
Complementary color
Monochromatic Colors of #E2BBEB
Black with #E2BBEB
Text Example
Text Example
White with #E2BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBEB; }
p { color: rgb(226,187,235); }
H1.HeaderClassName
{
color: #E2BBEB;
}
.AnyTagClassName
{
color: #E2BBEB;
}
</style>
background-color css
<style>
a { background-color: #E2BBEB; }
a { background-color: rgb(226,187,235); }
div.DivClassName
{
background-color: #E2BBEB;
}
.BgClassName
{
background-color: #E2BBEB;
}
</style>
border-color css
<style>
span { border-color: #E2BBEB; }
span { border-color: rgb(226,187,235); }
td.TdClassName
{
border-color: #E2BBEB;
}
.TagClassName
{
border-color: #E2BBEB;
}
</style>