Shades of Thistle #E7C0E9
Tints of Thistle #E7C0E9
RGB
CMYK
RGB Variations
Color information
#E7C0E9 (or 0xE7C0E9) is known color: Thistle. HEX triplet: E7, C0 and E9. RGB value is (231,192,233). Sum of RGB (Red+Green+Blue) = 231+192+233=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #E7C0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C0E9 is #183F16. Grayscale: #D0D0D0. Windows color (decimal): -1589015 or 15319271. OLE color: 15319271.
HSL color Cylindrical-coordinate representation of color #E7C0E9: hue angle of 297.07º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7C0E9 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 233 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.09 |
| HSL | 297.07º | 0.48% | 0.83% | - |
| HSV(B) | 297.07º | 0.18% | 0.91% | - |
| XYZ | 66.51 | 60.57 | 85.28 | - |
| YUV | 208.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 233 | 0.01 | 0.18 | 0 | 0.09 | 297.07 | 0.48 | 0.83 |
| Hex | E7 | C0 | E9 | 1 | 12 | 0 | 9 | 129 | 30 | 53 |
| Octal | 347 | 300 | 351 | 1 | 22 | 0 | 11 | 451 | 60 | 123 |
| Binary | 11100111 | 11000000 | 11101001 | 1 | 10010 | 0 | 1001 | 100101001 | 110000 | 1010011 |
Color Harmonies of #E7C0E9
Complementary color
Monochromatic Colors of #E7C0E9
Black with #E7C0E9
Text Example
Text Example
White with #E7C0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C0E9; }
p { color: rgb(231,192,233); }
H1.HeaderClassName
{
color: #E7C0E9;
}
.AnyTagClassName
{
color: #E7C0E9;
}
</style>
background-color css
<style>
a { background-color: #E7C0E9; }
a { background-color: rgb(231,192,233); }
div.DivClassName
{
background-color: #E7C0E9;
}
.BgClassName
{
background-color: #E7C0E9;
}
</style>
border-color css
<style>
span { border-color: #E7C0E9; }
span { border-color: rgb(231,192,233); }
td.TdClassName
{
border-color: #E7C0E9;
}
.TagClassName
{
border-color: #E7C0E9;
}
</style>