Shades of Thistle #E4BAE8
Tints of Thistle #E4BAE8
RGB
CMYK
RGB Variations
Color information
#E4BAE8 (or 0xE4BAE8) is known color: Thistle. HEX triplet: E4, BA and E8. RGB value is (228,186,232). Sum of RGB (Red+Green+Blue) = 228+186+232=646 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.29% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #E4BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAE8 is #1B4517. Grayscale: #CBCBCB. Windows color (decimal): -1787160 or 15252196. OLE color: 15252196.
HSL color Cylindrical-coordinate representation of color #E4BAE8: hue angle of 294.78º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E4BAE8 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 186 | 232 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.09 |
| HSL | 294.78º | 0.5% | 0.82% | - |
| HSV(B) | 294.78º | 0.2% | 0.91% | - |
| XYZ | 64.12 | 57.44 | 84.05 | - |
| YUV | 203.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 232 | 0.02 | 0.20 | 0 | 0.09 | 294.78 | 0.5 | 0.82 |
| Hex | E4 | BA | E8 | 2 | 14 | 0 | 9 | 127 | 32 | 52 |
| Octal | 344 | 272 | 350 | 2 | 24 | 0 | 11 | 447 | 62 | 122 |
| Binary | 11100100 | 10111010 | 11101000 | 10 | 10100 | 0 | 1001 | 100100111 | 110010 | 1010010 |
Color Harmonies of #E4BAE8
Complementary color
Monochromatic Colors of #E4BAE8
Black with #E4BAE8
Text Example
Text Example
White with #E4BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BAE8; }
p { color: rgb(228,186,232); }
H1.HeaderClassName
{
color: #E4BAE8;
}
.AnyTagClassName
{
color: #E4BAE8;
}
</style>
background-color css
<style>
a { background-color: #E4BAE8; }
a { background-color: rgb(228,186,232); }
div.DivClassName
{
background-color: #E4BAE8;
}
.BgClassName
{
background-color: #E4BAE8;
}
</style>
border-color css
<style>
span { border-color: #E4BAE8; }
span { border-color: rgb(228,186,232); }
td.TdClassName
{
border-color: #E4BAE8;
}
.TagClassName
{
border-color: #E4BAE8;
}
</style>