Shades of Thistle #E1C8DF
Tints of Thistle #E1C8DF
RGB
CMYK
RGB Variations
Color information
#E1C8DF (or 0xE1C8DF) is known color: Thistle. HEX triplet: E1, C8 and DF. RGB value is (225,200,223). Sum of RGB (Red+Green+Blue) = 225+200+223=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8DF is #1E3720. Grayscale: #D2D2D2. Windows color (decimal): -1980193 or 14665953. OLE color: 14665953.
HSL color Cylindrical-coordinate representation of color #E1C8DF: hue angle of 304.8º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1C8DF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 223 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.12 |
| HSL | 304.8º | 0.29% | 0.83% | - |
| HSV(B) | 304.8º | 0.11% | 0.88% | - |
| XYZ | 65.02 | 62.64 | 78.48 | - |
| YUV | 210.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 223 | 0 | 0.11 | 0.01 | 0.12 | 304.8 | 0.29 | 0.83 |
| Hex | E1 | C8 | DF | 0 | B | 1 | C | 131 | 1D | 53 |
| Octal | 341 | 310 | 337 | 0 | 13 | 1 | 14 | 461 | 35 | 123 |
| Binary | 11100001 | 11001000 | 11011111 | 0 | 1011 | 1 | 1100 | 100110001 | 11101 | 1010011 |
Color Harmonies of #E1C8DF
Complementary color
Monochromatic Colors of #E1C8DF
Black with #E1C8DF
Text Example
Text Example
White with #E1C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8DF; }
p { color: rgb(225,200,223); }
H1.HeaderClassName
{
color: #E1C8DF;
}
.AnyTagClassName
{
color: #E1C8DF;
}
</style>
background-color css
<style>
a { background-color: #E1C8DF; }
a { background-color: rgb(225,200,223); }
div.DivClassName
{
background-color: #E1C8DF;
}
.BgClassName
{
background-color: #E1C8DF;
}
</style>
border-color css
<style>
span { border-color: #E1C8DF; }
span { border-color: rgb(225,200,223); }
td.TdClassName
{
border-color: #E1C8DF;
}
.TagClassName
{
border-color: #E1C8DF;
}
</style>