Shades of Thistle #E1C8DE
Tints of Thistle #E1C8DE
RGB
CMYK
RGB Variations
Color information
#E1C8DE (or 0xE1C8DE) is known color: Thistle. HEX triplet: E1, C8 and DE. RGB value is (225,200,222). Sum of RGB (Red+Green+Blue) = 225+200+222=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8DE is #1E3721. Grayscale: #D1D1D1. Windows color (decimal): -1980194 or 14600417. OLE color: 14600417.
HSL color Cylindrical-coordinate representation of color #E1C8DE: hue angle of 307.2º 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 #E1C8DE is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 222 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.12 |
| HSL | 307.2º | 0.29% | 0.83% | - |
| HSV(B) | 307.2º | 0.11% | 0.88% | - |
| XYZ | 64.89 | 62.59 | 77.77 | - |
| YUV | 209.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 222 | 0 | 0.11 | 0.01 | 0.12 | 307.2 | 0.29 | 0.83 |
| Hex | E1 | C8 | DE | 0 | B | 1 | C | 133 | 1D | 53 |
| Octal | 341 | 310 | 336 | 0 | 13 | 1 | 14 | 463 | 35 | 123 |
| Binary | 11100001 | 11001000 | 11011110 | 0 | 1011 | 1 | 1100 | 100110011 | 11101 | 1010011 |
Color Harmonies of #E1C8DE
Complementary color
Monochromatic Colors of #E1C8DE
Black with #E1C8DE
Text Example
Text Example
White with #E1C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8DE; }
p { color: rgb(225,200,222); }
H1.HeaderClassName
{
color: #E1C8DE;
}
.AnyTagClassName
{
color: #E1C8DE;
}
</style>
background-color css
<style>
a { background-color: #E1C8DE; }
a { background-color: rgb(225,200,222); }
div.DivClassName
{
background-color: #E1C8DE;
}
.BgClassName
{
background-color: #E1C8DE;
}
</style>
border-color css
<style>
span { border-color: #E1C8DE; }
span { border-color: rgb(225,200,222); }
td.TdClassName
{
border-color: #E1C8DE;
}
.TagClassName
{
border-color: #E1C8DE;
}
</style>