Shades of Thistle #E1C7DF
Tints of Thistle #E1C7DF
RGB
CMYK
RGB Variations
Color information
#E1C7DF (or 0xE1C7DF) is known color: Thistle. HEX triplet: E1, C7 and DF. RGB value is (225,199,223). Sum of RGB (Red+Green+Blue) = 225+199+223=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7DF is #1E3820. Grayscale: #D1D1D1. Windows color (decimal): -1980449 or 14665697. OLE color: 14665697.
HSL color Cylindrical-coordinate representation of color #E1C7DF: hue angle of 304.62º degrees, saturation: 0.3, 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 #E1C7DF is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 223 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.12 |
| HSL | 304.62º | 0.3% | 0.83% | - |
| HSV(B) | 304.62º | 0.12% | 0.88% | - |
| XYZ | 64.79 | 62.18 | 78.4 | - |
| YUV | 209.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 223 | 0 | 0.12 | 0.01 | 0.12 | 304.62 | 0.3 | 0.83 |
| Hex | E1 | C7 | DF | 0 | C | 1 | C | 131 | 1E | 53 |
| Octal | 341 | 307 | 337 | 0 | 14 | 1 | 14 | 461 | 36 | 123 |
| Binary | 11100001 | 11000111 | 11011111 | 0 | 1100 | 1 | 1100 | 100110001 | 11110 | 1010011 |
Color Harmonies of #E1C7DF
Complementary color
Monochromatic Colors of #E1C7DF
Black with #E1C7DF
Text Example
Text Example
White with #E1C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C7DF; }
p { color: rgb(225,199,223); }
H1.HeaderClassName
{
color: #E1C7DF;
}
.AnyTagClassName
{
color: #E1C7DF;
}
</style>
background-color css
<style>
a { background-color: #E1C7DF; }
a { background-color: rgb(225,199,223); }
div.DivClassName
{
background-color: #E1C7DF;
}
.BgClassName
{
background-color: #E1C7DF;
}
</style>
border-color css
<style>
span { border-color: #E1C7DF; }
span { border-color: rgb(225,199,223); }
td.TdClassName
{
border-color: #E1C7DF;
}
.TagClassName
{
border-color: #E1C7DF;
}
</style>