Shades of Thistle #E7BFEA
Tints of Thistle #E7BFEA
RGB
CMYK
RGB Variations
Color information
#E7BFEA (or 0xE7BFEA) is known color: Thistle. HEX triplet: E7, BF and EA. RGB value is (231,191,234). Sum of RGB (Red+Green+Blue) = 231+191+234=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7BFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFEA is #184015. Grayscale: #CFCFCF. Windows color (decimal): -1589270 or 15384551. OLE color: 15384551.
HSL color Cylindrical-coordinate representation of color #E7BFEA: hue angle of 295.81º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7BFEA is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 191 | 234 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.08 |
| HSL | 295.81º | 0.51% | 0.83% | - |
| HSV(B) | 295.81º | 0.18% | 0.92% | - |
| XYZ | 66.44 | 60.19 | 85.96 | - |
| YUV | 207.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 234 | 0.01 | 0.18 | 0 | 0.08 | 295.81 | 0.51 | 0.83 |
| Hex | E7 | BF | EA | 1 | 12 | 0 | 8 | 128 | 33 | 53 |
| Octal | 347 | 277 | 352 | 1 | 22 | 0 | 10 | 450 | 63 | 123 |
| Binary | 11100111 | 10111111 | 11101010 | 1 | 10010 | 0 | 1000 | 100101000 | 110011 | 1010011 |
Color Harmonies of #E7BFEA
Complementary color
Monochromatic Colors of #E7BFEA
Black with #E7BFEA
Text Example
Text Example
White with #E7BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFEA; }
p { color: rgb(231,191,234); }
H1.HeaderClassName
{
color: #E7BFEA;
}
.AnyTagClassName
{
color: #E7BFEA;
}
</style>
background-color css
<style>
a { background-color: #E7BFEA; }
a { background-color: rgb(231,191,234); }
div.DivClassName
{
background-color: #E7BFEA;
}
.BgClassName
{
background-color: #E7BFEA;
}
</style>
border-color css
<style>
span { border-color: #E7BFEA; }
span { border-color: rgb(231,191,234); }
td.TdClassName
{
border-color: #E7BFEA;
}
.TagClassName
{
border-color: #E7BFEA;
}
</style>