Shades of Thistle #E0C4DE
Tints of Thistle #E0C4DE
RGB
CMYK
RGB Variations
Color information
#E0C4DE (or 0xE0C4DE) is known color: Thistle. HEX triplet: E0, C4 and DE. RGB value is (224,196,222). Sum of RGB (Red+Green+Blue) = 224+196+222=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C4DE is #1F3B21. Grayscale: #CFCFCF. Windows color (decimal): -2046754 or 14599392. OLE color: 14599392.
HSL color Cylindrical-coordinate representation of color #E0C4DE: hue angle of 304.29º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0C4DE is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 222 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.12 |
| HSL | 304.29º | 0.31% | 0.82% | - |
| HSV(B) | 304.29º | 0.13% | 0.88% | - |
| XYZ | 63.67 | 60.6 | 77.45 | - |
| YUV | 207.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 222 | 0 | 0.12 | 0.01 | 0.12 | 304.29 | 0.31 | 0.82 |
| Hex | E0 | C4 | DE | 0 | C | 1 | C | 130 | 1F | 52 |
| Octal | 340 | 304 | 336 | 0 | 14 | 1 | 14 | 460 | 37 | 122 |
| Binary | 11100000 | 11000100 | 11011110 | 0 | 1100 | 1 | 1100 | 100110000 | 11111 | 1010010 |
Color Harmonies of #E0C4DE
Complementary color
Monochromatic Colors of #E0C4DE
Black with #E0C4DE
Text Example
Text Example
White with #E0C4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C4DE; }
p { color: rgb(224,196,222); }
H1.HeaderClassName
{
color: #E0C4DE;
}
.AnyTagClassName
{
color: #E0C4DE;
}
</style>
background-color css
<style>
a { background-color: #E0C4DE; }
a { background-color: rgb(224,196,222); }
div.DivClassName
{
background-color: #E0C4DE;
}
.BgClassName
{
background-color: #E0C4DE;
}
</style>
border-color css
<style>
span { border-color: #E0C4DE; }
span { border-color: rgb(224,196,222); }
td.TdClassName
{
border-color: #E0C4DE;
}
.TagClassName
{
border-color: #E0C4DE;
}
</style>