Shades of Thistle #E8BCEC
Tints of Thistle #E8BCEC
RGB
CMYK
RGB Variations
Color information
#E8BCEC (or 0xE8BCEC) is known color: Thistle. HEX triplet: E8, BC and EC. RGB value is (232,188,236). Sum of RGB (Red+Green+Blue) = 232+188+236=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8BCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BCEC is #174313. Grayscale: #CECECE. Windows color (decimal): -1524500 or 15514856. OLE color: 15514856.
HSL color Cylindrical-coordinate representation of color #E8BCEC: hue angle of 295º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BCEC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 188 | 236 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.07 |
| HSL | 295º | 0.56% | 0.83% | - |
| HSV(B) | 295º | 0.2% | 0.93% | - |
| XYZ | 66.4 | 59.18 | 87.28 | - |
| YUV | 206.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 236 | 0.02 | 0.20 | 0 | 0.07 | 295 | 0.56 | 0.83 |
| Hex | E8 | BC | EC | 2 | 14 | 0 | 7 | 127 | 38 | 53 |
| Octal | 350 | 274 | 354 | 2 | 24 | 0 | 7 | 447 | 70 | 123 |
| Binary | 11101000 | 10111100 | 11101100 | 10 | 10100 | 0 | 111 | 100100111 | 111000 | 1010011 |
Color Harmonies of #E8BCEC
Complementary color
Monochromatic Colors of #E8BCEC
Black with #E8BCEC
Text Example
Text Example
White with #E8BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCEC; }
p { color: rgb(232,188,236); }
H1.HeaderClassName
{
color: #E8BCEC;
}
.AnyTagClassName
{
color: #E8BCEC;
}
</style>
background-color css
<style>
a { background-color: #E8BCEC; }
a { background-color: rgb(232,188,236); }
div.DivClassName
{
background-color: #E8BCEC;
}
.BgClassName
{
background-color: #E8BCEC;
}
</style>
border-color css
<style>
span { border-color: #E8BCEC; }
span { border-color: rgb(232,188,236); }
td.TdClassName
{
border-color: #E8BCEC;
}
.TagClassName
{
border-color: #E8BCEC;
}
</style>