Shades of Thistle #E1C9DE
Tints of Thistle #E1C9DE
RGB
CMYK
RGB Variations
Color information
#E1C9DE (or 0xE1C9DE) is known color: Thistle. HEX triplet: E1, C9 and DE. RGB value is (225,201,222). Sum of RGB (Red+Green+Blue) = 225+201+222=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C9DE is #1E3621. Grayscale: #D2D2D2. Windows color (decimal): -1979938 or 14600673. OLE color: 14600673.
HSL color Cylindrical-coordinate representation of color #E1C9DE: hue angle of 307.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1C9DE is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 222 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.12 |
| HSL | 307.5º | 0.29% | 0.84% | - |
| HSV(B) | 307.5º | 0.11% | 0.88% | - |
| XYZ | 65.12 | 63.05 | 77.85 | - |
| YUV | 210.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 222 | 0 | 0.11 | 0.01 | 0.12 | 307.5 | 0.29 | 0.84 |
| Hex | E1 | C9 | DE | 0 | B | 1 | C | 134 | 1D | 54 |
| Octal | 341 | 311 | 336 | 0 | 13 | 1 | 14 | 464 | 35 | 124 |
| Binary | 11100001 | 11001001 | 11011110 | 0 | 1011 | 1 | 1100 | 100110100 | 11101 | 1010100 |
Color Harmonies of #E1C9DE
Complementary color
Monochromatic Colors of #E1C9DE
Black with #E1C9DE
Text Example
Text Example
White with #E1C9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9DE; }
p { color: rgb(225,201,222); }
H1.HeaderClassName
{
color: #E1C9DE;
}
.AnyTagClassName
{
color: #E1C9DE;
}
</style>
background-color css
<style>
a { background-color: #E1C9DE; }
a { background-color: rgb(225,201,222); }
div.DivClassName
{
background-color: #E1C9DE;
}
.BgClassName
{
background-color: #E1C9DE;
}
</style>
border-color css
<style>
span { border-color: #E1C9DE; }
span { border-color: rgb(225,201,222); }
td.TdClassName
{
border-color: #E1C9DE;
}
.TagClassName
{
border-color: #E1C9DE;
}
</style>