Shades of Thistle #E7BCEA
Tints of Thistle #E7BCEA
RGB
CMYK
RGB Variations
Color information
#E7BCEA (or 0xE7BCEA) is known color: Thistle. HEX triplet: E7, BC and EA. RGB value is (231,188,234). Sum of RGB (Red+Green+Blue) = 231+188+234=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7BCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BCEA is #184315. Grayscale: #CDCDCD. Windows color (decimal): -1590038 or 15383783. OLE color: 15383783.
HSL color Cylindrical-coordinate representation of color #E7BCEA: hue angle of 296.09º degrees, saturation: 0.52, 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 #E7BCEA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 188 | 234 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.08 |
| HSL | 296.09º | 0.52% | 0.83% | - |
| HSV(B) | 296.09º | 0.2% | 0.92% | - |
| XYZ | 65.79 | 58.9 | 85.74 | - |
| YUV | 206.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 234 | 0.01 | 0.20 | 0 | 0.08 | 296.09 | 0.52 | 0.83 |
| Hex | E7 | BC | EA | 1 | 14 | 0 | 8 | 128 | 34 | 53 |
| Octal | 347 | 274 | 352 | 1 | 24 | 0 | 10 | 450 | 64 | 123 |
| Binary | 11100111 | 10111100 | 11101010 | 1 | 10100 | 0 | 1000 | 100101000 | 110100 | 1010011 |
Color Harmonies of #E7BCEA
Complementary color
Monochromatic Colors of #E7BCEA
Black with #E7BCEA
Text Example
Text Example
White with #E7BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCEA; }
p { color: rgb(231,188,234); }
H1.HeaderClassName
{
color: #E7BCEA;
}
.AnyTagClassName
{
color: #E7BCEA;
}
</style>
background-color css
<style>
a { background-color: #E7BCEA; }
a { background-color: rgb(231,188,234); }
div.DivClassName
{
background-color: #E7BCEA;
}
.BgClassName
{
background-color: #E7BCEA;
}
</style>
border-color css
<style>
span { border-color: #E7BCEA; }
span { border-color: rgb(231,188,234); }
td.TdClassName
{
border-color: #E7BCEA;
}
.TagClassName
{
border-color: #E7BCEA;
}
</style>