Shades of Thistle #E0C8DF
Tints of Thistle #E0C8DF
RGB
CMYK
RGB Variations
Color information
#E0C8DF (or 0xE0C8DF) is known color: Thistle. HEX triplet: E0, C8 and DF. RGB value is (224,200,223). Sum of RGB (Red+Green+Blue) = 224+200+223=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C8DF is #1F3720. Grayscale: #D1D1D1. Windows color (decimal): -2045729 or 14665952. OLE color: 14665952.
HSL color Cylindrical-coordinate representation of color #E0C8DF: hue angle of 302.5º degrees, saturation: 0.28, 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 #E0C8DF is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 200 | 223 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.12 |
| HSL | 302.5º | 0.28% | 0.83% | - |
| HSV(B) | 302.5º | 0.11% | 0.88% | - |
| XYZ | 64.71 | 62.48 | 78.46 | - |
| YUV | 209.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 200 | 223 | 0 | 0.11 | 0.00 | 0.12 | 302.5 | 0.28 | 0.83 |
| Hex | E0 | C8 | DF | 0 | B | 0 | C | 12E | 1C | 53 |
| Octal | 340 | 310 | 337 | 0 | 13 | 0 | 14 | 456 | 34 | 123 |
| Binary | 11100000 | 11001000 | 11011111 | 0 | 1011 | 0 | 1100 | 100101110 | 11100 | 1010011 |
Color Harmonies of #E0C8DF
Complementary color
Monochromatic Colors of #E0C8DF
Black with #E0C8DF
Text Example
Text Example
White with #E0C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C8DF; }
p { color: rgb(224,200,223); }
H1.HeaderClassName
{
color: #E0C8DF;
}
.AnyTagClassName
{
color: #E0C8DF;
}
</style>
background-color css
<style>
a { background-color: #E0C8DF; }
a { background-color: rgb(224,200,223); }
div.DivClassName
{
background-color: #E0C8DF;
}
.BgClassName
{
background-color: #E0C8DF;
}
</style>
border-color css
<style>
span { border-color: #E0C8DF; }
span { border-color: rgb(224,200,223); }
td.TdClassName
{
border-color: #E0C8DF;
}
.TagClassName
{
border-color: #E0C8DF;
}
</style>