Shades of Thistle #E4BCEA
Tints of Thistle #E4BCEA
RGB
CMYK
RGB Variations
Color information
#E4BCEA (or 0xE4BCEA) is known color: Thistle. HEX triplet: E4, BC and EA. RGB value is (228,188,234). Sum of RGB (Red+Green+Blue) = 228+188+234=650 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.08% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BCEA is #1B4315. Grayscale: #CDCDCD. Windows color (decimal): -1786646 or 15383780. OLE color: 15383780.
HSL color Cylindrical-coordinate representation of color #E4BCEA: hue angle of 292.17º 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 #E4BCEA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 188 | 234 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.08 |
| HSL | 292.17º | 0.52% | 0.83% | - |
| HSV(B) | 292.17º | 0.2% | 0.92% | - |
| XYZ | 64.83 | 58.4 | 85.7 | - |
| YUV | 205.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 234 | 0.03 | 0.20 | 0 | 0.08 | 292.17 | 0.52 | 0.83 |
| Hex | E4 | BC | EA | 3 | 14 | 0 | 8 | 124 | 34 | 53 |
| Octal | 344 | 274 | 352 | 3 | 24 | 0 | 10 | 444 | 64 | 123 |
| Binary | 11100100 | 10111100 | 11101010 | 11 | 10100 | 0 | 1000 | 100100100 | 110100 | 1010011 |
Color Harmonies of #E4BCEA
Complementary color
Monochromatic Colors of #E4BCEA
Black with #E4BCEA
Text Example
Text Example
White with #E4BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BCEA; }
p { color: rgb(228,188,234); }
H1.HeaderClassName
{
color: #E4BCEA;
}
.AnyTagClassName
{
color: #E4BCEA;
}
</style>
background-color css
<style>
a { background-color: #E4BCEA; }
a { background-color: rgb(228,188,234); }
div.DivClassName
{
background-color: #E4BCEA;
}
.BgClassName
{
background-color: #E4BCEA;
}
</style>
border-color css
<style>
span { border-color: #E4BCEA; }
span { border-color: rgb(228,188,234); }
td.TdClassName
{
border-color: #E4BCEA;
}
.TagClassName
{
border-color: #E4BCEA;
}
</style>