Shades of Thistle #E0C0E6
Tints of Thistle #E0C0E6
RGB
CMYK
RGB Variations
Color information
#E0C0E6 (or 0xE0C0E6) is known color: Thistle. HEX triplet: E0, C0 and E6. RGB value is (224,192,230). Sum of RGB (Red+Green+Blue) = 224+192+230=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0C0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C0E6 is #1F3F19. Grayscale: #CDCDCD. Windows color (decimal): -2047770 or 15122656. OLE color: 15122656.
HSL color Cylindrical-coordinate representation of color #E0C0E6: hue angle of 290.53º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0C0E6 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 192 | 230 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.10 |
| HSL | 290.53º | 0.43% | 0.83% | - |
| HSV(B) | 290.53º | 0.17% | 0.9% | - |
| XYZ | 63.87 | 59.26 | 82.93 | - |
| YUV | 205.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 230 | 0.03 | 0.17 | 0 | 0.10 | 290.53 | 0.43 | 0.83 |
| Hex | E0 | C0 | E6 | 3 | 11 | 0 | A | 123 | 2B | 53 |
| Octal | 340 | 300 | 346 | 3 | 21 | 0 | 12 | 443 | 53 | 123 |
| Binary | 11100000 | 11000000 | 11100110 | 11 | 10001 | 0 | 1010 | 100100011 | 101011 | 1010011 |
Color Harmonies of #E0C0E6
Complementary color
Monochromatic Colors of #E0C0E6
Black with #E0C0E6
Text Example
Text Example
White with #E0C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C0E6; }
p { color: rgb(224,192,230); }
H1.HeaderClassName
{
color: #E0C0E6;
}
.AnyTagClassName
{
color: #E0C0E6;
}
</style>
background-color css
<style>
a { background-color: #E0C0E6; }
a { background-color: rgb(224,192,230); }
div.DivClassName
{
background-color: #E0C0E6;
}
.BgClassName
{
background-color: #E0C0E6;
}
</style>
border-color css
<style>
span { border-color: #E0C0E6; }
span { border-color: rgb(224,192,230); }
td.TdClassName
{
border-color: #E0C0E6;
}
.TagClassName
{
border-color: #E0C0E6;
}
</style>