Shades of Thistle #E0C5E3
Tints of Thistle #E0C5E3
RGB
CMYK
RGB Variations
Color information
#E0C5E3 (or 0xE0C5E3) is known color: Thistle. HEX triplet: E0, C5 and E3. RGB value is (224,197,227). Sum of RGB (Red+Green+Blue) = 224+197+227=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 227 - color contains mainly: blue. Hex color #E0C5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C5E3 is #1F3A1C. Grayscale: #D0D0D0. Windows color (decimal): -2046493 or 14927328. OLE color: 14927328.
HSL color Cylindrical-coordinate representation of color #E0C5E3: hue angle of 294º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0C5E3 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 197 | 227 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.11 |
| HSL | 294º | 0.35% | 0.83% | - |
| HSV(B) | 294º | 0.13% | 0.89% | - |
| XYZ | 64.57 | 61.33 | 81.11 | - |
| YUV | 208.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 227 | 0.01 | 0.13 | 0 | 0.11 | 294 | 0.35 | 0.83 |
| Hex | E0 | C5 | E3 | 1 | D | 0 | B | 126 | 23 | 53 |
| Octal | 340 | 305 | 343 | 1 | 15 | 0 | 13 | 446 | 43 | 123 |
| Binary | 11100000 | 11000101 | 11100011 | 1 | 1101 | 0 | 1011 | 100100110 | 100011 | 1010011 |
Color Harmonies of #E0C5E3
Complementary color
Monochromatic Colors of #E0C5E3
Black with #E0C5E3
Text Example
Text Example
White with #E0C5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C5E3; }
p { color: rgb(224,197,227); }
H1.HeaderClassName
{
color: #E0C5E3;
}
.AnyTagClassName
{
color: #E0C5E3;
}
</style>
background-color css
<style>
a { background-color: #E0C5E3; }
a { background-color: rgb(224,197,227); }
div.DivClassName
{
background-color: #E0C5E3;
}
.BgClassName
{
background-color: #E0C5E3;
}
</style>
border-color css
<style>
span { border-color: #E0C5E3; }
span { border-color: rgb(224,197,227); }
td.TdClassName
{
border-color: #E0C5E3;
}
.TagClassName
{
border-color: #E0C5E3;
}
</style>