Shades of Thistle #E5BFE8
Tints of Thistle #E5BFE8
RGB
CMYK
RGB Variations
Color information
#E5BFE8 (or 0xE5BFE8) is known color: Thistle. HEX triplet: E5, BF and E8. RGB value is (229,191,232). Sum of RGB (Red+Green+Blue) = 229+191+232=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #E5BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFE8 is #1A4017. Grayscale: #CECECE. Windows color (decimal): -1720344 or 15253477. OLE color: 15253477.
HSL color Cylindrical-coordinate representation of color #E5BFE8: hue angle of 295.61º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BFE8 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 191 | 232 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.09 |
| HSL | 295.61º | 0.47% | 0.83% | - |
| HSV(B) | 295.61º | 0.18% | 0.91% | - |
| XYZ | 65.51 | 59.75 | 84.42 | - |
| YUV | 207.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 232 | 0.01 | 0.18 | 0 | 0.09 | 295.61 | 0.47 | 0.83 |
| Hex | E5 | BF | E8 | 1 | 12 | 0 | 9 | 128 | 2F | 53 |
| Octal | 345 | 277 | 350 | 1 | 22 | 0 | 11 | 450 | 57 | 123 |
| Binary | 11100101 | 10111111 | 11101000 | 1 | 10010 | 0 | 1001 | 100101000 | 101111 | 1010011 |
Color Harmonies of #E5BFE8
Complementary color
Monochromatic Colors of #E5BFE8
Black with #E5BFE8
Text Example
Text Example
White with #E5BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFE8; }
p { color: rgb(229,191,232); }
H1.HeaderClassName
{
color: #E5BFE8;
}
.AnyTagClassName
{
color: #E5BFE8;
}
</style>
background-color css
<style>
a { background-color: #E5BFE8; }
a { background-color: rgb(229,191,232); }
div.DivClassName
{
background-color: #E5BFE8;
}
.BgClassName
{
background-color: #E5BFE8;
}
</style>
border-color css
<style>
span { border-color: #E5BFE8; }
span { border-color: rgb(229,191,232); }
td.TdClassName
{
border-color: #E5BFE8;
}
.TagClassName
{
border-color: #E5BFE8;
}
</style>