Shades of Thistle #E6BBEA
Tints of Thistle #E6BBEA
RGB
CMYK
RGB Variations
Color information
#E6BBEA (or 0xE6BBEA) is known color: Thistle. HEX triplet: E6, BB and EA. RGB value is (230,187,234). Sum of RGB (Red+Green+Blue) = 230+187+234=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6BBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBEA is #194415. Grayscale: #CDCDCD. Windows color (decimal): -1655830 or 15383526. OLE color: 15383526.
HSL color Cylindrical-coordinate representation of color #E6BBEA: hue angle of 294.89º degrees, saturation: 0.53, 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 #E6BBEA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 187 | 234 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.08 |
| HSL | 294.89º | 0.53% | 0.83% | - |
| HSV(B) | 294.89º | 0.2% | 0.92% | - |
| XYZ | 65.25 | 58.3 | 85.66 | - |
| YUV | 205.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 234 | 0.02 | 0.20 | 0 | 0.08 | 294.89 | 0.53 | 0.83 |
| Hex | E6 | BB | EA | 2 | 14 | 0 | 8 | 127 | 35 | 53 |
| Octal | 346 | 273 | 352 | 2 | 24 | 0 | 10 | 447 | 65 | 123 |
| Binary | 11100110 | 10111011 | 11101010 | 10 | 10100 | 0 | 1000 | 100100111 | 110101 | 1010011 |
Color Harmonies of #E6BBEA
Complementary color
Monochromatic Colors of #E6BBEA
Black with #E6BBEA
Text Example
Text Example
White with #E6BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBEA; }
p { color: rgb(230,187,234); }
H1.HeaderClassName
{
color: #E6BBEA;
}
.AnyTagClassName
{
color: #E6BBEA;
}
</style>
background-color css
<style>
a { background-color: #E6BBEA; }
a { background-color: rgb(230,187,234); }
div.DivClassName
{
background-color: #E6BBEA;
}
.BgClassName
{
background-color: #E6BBEA;
}
</style>
border-color css
<style>
span { border-color: #E6BBEA; }
span { border-color: rgb(230,187,234); }
td.TdClassName
{
border-color: #E6BBEA;
}
.TagClassName
{
border-color: #E6BBEA;
}
</style>