Shades of Thistle #E1C5DF
Tints of Thistle #E1C5DF
RGB
CMYK
RGB Variations
Color information
#E1C5DF (or 0xE1C5DF) is known color: Thistle. HEX triplet: E1, C5 and DF. RGB value is (225,197,223). Sum of RGB (Red+Green+Blue) = 225+197+223=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5DF is #1E3A20. Grayscale: #D0D0D0. Windows color (decimal): -1980961 or 14665185. OLE color: 14665185.
HSL color Cylindrical-coordinate representation of color #E1C5DF: hue angle of 304.29º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C5DF is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 223 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.12 |
| HSL | 304.29º | 0.32% | 0.83% | - |
| HSV(B) | 304.29º | 0.12% | 0.88% | - |
| XYZ | 64.34 | 61.27 | 78.25 | - |
| YUV | 208.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 223 | 0 | 0.12 | 0.01 | 0.12 | 304.29 | 0.32 | 0.83 |
| Hex | E1 | C5 | DF | 0 | C | 1 | C | 130 | 20 | 53 |
| Octal | 341 | 305 | 337 | 0 | 14 | 1 | 14 | 460 | 40 | 123 |
| Binary | 11100001 | 11000101 | 11011111 | 0 | 1100 | 1 | 1100 | 100110000 | 100000 | 1010011 |
Color Harmonies of #E1C5DF
Complementary color
Monochromatic Colors of #E1C5DF
Black with #E1C5DF
Text Example
Text Example
White with #E1C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C5DF; }
p { color: rgb(225,197,223); }
H1.HeaderClassName
{
color: #E1C5DF;
}
.AnyTagClassName
{
color: #E1C5DF;
}
</style>
background-color css
<style>
a { background-color: #E1C5DF; }
a { background-color: rgb(225,197,223); }
div.DivClassName
{
background-color: #E1C5DF;
}
.BgClassName
{
background-color: #E1C5DF;
}
</style>
border-color css
<style>
span { border-color: #E1C5DF; }
span { border-color: rgb(225,197,223); }
td.TdClassName
{
border-color: #E1C5DF;
}
.TagClassName
{
border-color: #E1C5DF;
}
</style>