Shades of Thistle #E0BCE0
Tints of Thistle #E0BCE0
RGB
CMYK
RGB Variations
Color information
#E0BCE0 (or 0xE0BCE0) is known color: Thistle. HEX triplet: E0, BC and E0. RGB value is (224,188,224). Sum of RGB (Red+Green+Blue) = 224+188+224=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCE0 is #1F431F. Grayscale: #CACACA. Windows color (decimal): -2048800 or 14728416. OLE color: 14728416.
HSL color Cylindrical-coordinate representation of color #E0BCE0: hue angle of 300º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BCE0 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 224 | - |
| CMYK | 0 | 0.16 | 0 | 0.12 |
| HSL | 300º | 0.37% | 0.81% | - |
| HSV(B) | 300º | 0.16% | 0.88% | - |
| XYZ | 62.18 | 57.2 | 78.28 | - |
| YUV | 202.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 224 | 0 | 0.16 | 0 | 0.12 | 300 | 0.37 | 0.81 |
| Hex | E0 | BC | E0 | 0 | 10 | 0 | C | 12C | 25 | 51 |
| Octal | 340 | 274 | 340 | 0 | 20 | 0 | 14 | 454 | 45 | 121 |
| Binary | 11100000 | 10111100 | 11100000 | 0 | 10000 | 0 | 1100 | 100101100 | 100101 | 1010001 |
Color Harmonies of #E0BCE0
Complementary color
Monochromatic Colors of #E0BCE0
Black with #E0BCE0
Text Example
Text Example
White with #E0BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCE0; }
p { color: rgb(224,188,224); }
H1.HeaderClassName
{
color: #E0BCE0;
}
.AnyTagClassName
{
color: #E0BCE0;
}
</style>
background-color css
<style>
a { background-color: #E0BCE0; }
a { background-color: rgb(224,188,224); }
div.DivClassName
{
background-color: #E0BCE0;
}
.BgClassName
{
background-color: #E0BCE0;
}
</style>
border-color css
<style>
span { border-color: #E0BCE0; }
span { border-color: rgb(224,188,224); }
td.TdClassName
{
border-color: #E0BCE0;
}
.TagClassName
{
border-color: #E0BCE0;
}
</style>