Shades of Thistle #E5BAEC
Tints of Thistle #E5BAEC
RGB
CMYK
RGB Variations
Color information
#E5BAEC (or 0xE5BAEC) is known color: Thistle. HEX triplet: E5, BA and EC. RGB value is (229,186,236). Sum of RGB (Red+Green+Blue) = 229+186+236=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAEC is #1A4513. Grayscale: #CCCCCC. Windows color (decimal): -1721620 or 15514341. OLE color: 15514341.
HSL color Cylindrical-coordinate representation of color #E5BAEC: hue angle of 291.6º 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 #E5BAEC is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 186 | 236 | - |
CMYK | 0.03 | 0.21 | 0 | 0.07 |
HSL | 291.6º | 0.57% | 0.83% | - |
HSV(B) | 291.6º | 0.21% | 0.93% | - |
XYZ | 65.01 | 57.83 | 87.09 | - |
YUV | 204.56 | 145.75 | 145.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 186 | 236 | 0.03 | 0.21 | 0 | 0.07 | 291.6 | 0.57 | 0.83 |
Hex | E5 | BA | EC | 3 | 15 | 0 | 7 | 124 | 39 | 53 |
Octal | 345 | 272 | 354 | 3 | 25 | 0 | 7 | 444 | 71 | 123 |
Binary | 11100101 | 10111010 | 11101100 | 11 | 10101 | 0 | 111 | 100100100 | 111001 | 1010011 |
Color Harmonies of #E5BAEC
Complementary color
Monochromatic Colors of #E5BAEC
Black with #E5BAEC
Text Example
Text Example
White with #E5BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAEC; }
p { color: rgb(229,186,236); }
H1.HeaderClassName
{
color: #E5BAEC;
}
.AnyTagClassName
{
color: #E5BAEC;
}
</style>
background-color css
<style>
a { background-color: #E5BAEC; }
a { background-color: rgb(229,186,236); }
div.DivClassName
{
background-color: #E5BAEC;
}
.BgClassName
{
background-color: #E5BAEC;
}
</style>
border-color css
<style>
span { border-color: #E5BAEC; }
span { border-color: rgb(229,186,236); }
td.TdClassName
{
border-color: #E5BAEC;
}
.TagClassName
{
border-color: #E5BAEC;
}
</style>