Shades of Thistle #E0BCE5
Tints of Thistle #E0BCE5
RGB
CMYK
RGB Variations
Color information
#E0BCE5 (or 0xE0BCE5) is known color: Thistle. HEX triplet: E0, BC and E5. RGB value is (224,188,229). Sum of RGB (Red+Green+Blue) = 224+188+229=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCE5 is #1F431A. Grayscale: #CBCBCB. Windows color (decimal): -2048795 or 15056096. OLE color: 15056096.
HSL color Cylindrical-coordinate representation of color #E0BCE5: hue angle of 292.68º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0BCE5 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 188 | 229 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.10 |
| HSL | 292.68º | 0.44% | 0.82% | - |
| HSV(B) | 292.68º | 0.18% | 0.9% | - |
| XYZ | 62.87 | 57.47 | 81.91 | - |
| YUV | 203.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 229 | 0.02 | 0.18 | 0 | 0.10 | 292.68 | 0.44 | 0.82 |
| Hex | E0 | BC | E5 | 2 | 12 | 0 | A | 125 | 2C | 52 |
| Octal | 340 | 274 | 345 | 2 | 22 | 0 | 12 | 445 | 54 | 122 |
| Binary | 11100000 | 10111100 | 11100101 | 10 | 10010 | 0 | 1010 | 100100101 | 101100 | 1010010 |
Color Harmonies of #E0BCE5
Complementary color
Monochromatic Colors of #E0BCE5
Black with #E0BCE5
Text Example
Text Example
White with #E0BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCE5; }
p { color: rgb(224,188,229); }
H1.HeaderClassName
{
color: #E0BCE5;
}
.AnyTagClassName
{
color: #E0BCE5;
}
</style>
background-color css
<style>
a { background-color: #E0BCE5; }
a { background-color: rgb(224,188,229); }
div.DivClassName
{
background-color: #E0BCE5;
}
.BgClassName
{
background-color: #E0BCE5;
}
</style>
border-color css
<style>
span { border-color: #E0BCE5; }
span { border-color: rgb(224,188,229); }
td.TdClassName
{
border-color: #E0BCE5;
}
.TagClassName
{
border-color: #E0BCE5;
}
</style>