Shades of Thistle #E4BAEC
Tints of Thistle #E4BAEC
RGB
CMYK
RGB Variations
Color information
#E4BAEC (or 0xE4BAEC) is known color: Thistle. HEX triplet: E4, BA and EC. RGB value is (228,186,236). Sum of RGB (Red+Green+Blue) = 228+186+236=650 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.08% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAEC is #1B4513. Grayscale: #CCCCCC. Windows color (decimal): -1787156 or 15514340. OLE color: 15514340.
HSL color Cylindrical-coordinate representation of color #E4BAEC: hue angle of 290.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4BAEC is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 186 | 236 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.07 |
| HSL | 290.4º | 0.57% | 0.83% | - |
| HSV(B) | 290.4º | 0.21% | 0.93% | - |
| XYZ | 64.69 | 57.67 | 87.08 | - |
| YUV | 204.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 236 | 0.03 | 0.21 | 0 | 0.07 | 290.4 | 0.57 | 0.83 |
| Hex | E4 | BA | EC | 3 | 15 | 0 | 7 | 122 | 39 | 53 |
| Octal | 344 | 272 | 354 | 3 | 25 | 0 | 7 | 442 | 71 | 123 |
| Binary | 11100100 | 10111010 | 11101100 | 11 | 10101 | 0 | 111 | 100100010 | 111001 | 1010011 |
Color Harmonies of #E4BAEC
Complementary color
Monochromatic Colors of #E4BAEC
Black with #E4BAEC
Text Example
Text Example
White with #E4BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BAEC; }
p { color: rgb(228,186,236); }
H1.HeaderClassName
{
color: #E4BAEC;
}
.AnyTagClassName
{
color: #E4BAEC;
}
</style>
background-color css
<style>
a { background-color: #E4BAEC; }
a { background-color: rgb(228,186,236); }
div.DivClassName
{
background-color: #E4BAEC;
}
.BgClassName
{
background-color: #E4BAEC;
}
</style>
border-color css
<style>
span { border-color: #E4BAEC; }
span { border-color: rgb(228,186,236); }
td.TdClassName
{
border-color: #E4BAEC;
}
.TagClassName
{
border-color: #E4BAEC;
}
</style>