Shades of Thistle #E0C0E5
Tints of Thistle #E0C0E5
RGB
CMYK
RGB Variations
Color information
#E0C0E5 (or 0xE0C0E5) is known color: Thistle. HEX triplet: E0, C0 and E5. RGB value is (224,192,229). Sum of RGB (Red+Green+Blue) = 224+192+229=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0C0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C0E5 is #1F3F1A. Grayscale: #CDCDCD. Windows color (decimal): -2047771 or 15057120. OLE color: 15057120.
HSL color Cylindrical-coordinate representation of color #E0C0E5: hue angle of 291.89º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0C0E5 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 192 | 229 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.10 |
| HSL | 291.89º | 0.42% | 0.83% | - |
| HSV(B) | 291.89º | 0.16% | 0.9% | - |
| XYZ | 63.73 | 59.2 | 82.2 | - |
| YUV | 205.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 229 | 0.02 | 0.16 | 0 | 0.10 | 291.89 | 0.42 | 0.83 |
| Hex | E0 | C0 | E5 | 2 | 10 | 0 | A | 124 | 2A | 53 |
| Octal | 340 | 300 | 345 | 2 | 20 | 0 | 12 | 444 | 52 | 123 |
| Binary | 11100000 | 11000000 | 11100101 | 10 | 10000 | 0 | 1010 | 100100100 | 101010 | 1010011 |
Color Harmonies of #E0C0E5
Complementary color
Monochromatic Colors of #E0C0E5
Black with #E0C0E5
Text Example
Text Example
White with #E0C0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C0E5; }
p { color: rgb(224,192,229); }
H1.HeaderClassName
{
color: #E0C0E5;
}
.AnyTagClassName
{
color: #E0C0E5;
}
</style>
background-color css
<style>
a { background-color: #E0C0E5; }
a { background-color: rgb(224,192,229); }
div.DivClassName
{
background-color: #E0C0E5;
}
.BgClassName
{
background-color: #E0C0E5;
}
</style>
border-color css
<style>
span { border-color: #E0C0E5; }
span { border-color: rgb(224,192,229); }
td.TdClassName
{
border-color: #E0C0E5;
}
.TagClassName
{
border-color: #E0C0E5;
}
</style>