Shades of Thistle #E0C6DD
Tints of Thistle #E0C6DD
RGB
CMYK
RGB Variations
Color information
#E0C6DD (or 0xE0C6DD) is known color: Thistle. HEX triplet: E0, C6 and DD. RGB value is (224,198,221). Sum of RGB (Red+Green+Blue) = 224+198+221=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C6DD is #1F3922. Grayscale: #D0D0D0. Windows color (decimal): -2046243 or 14534368. OLE color: 14534368.
HSL color Cylindrical-coordinate representation of color #E0C6DD: hue angle of 306.92º 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 #E0C6DD is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 221 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.12 |
| HSL | 306.92º | 0.3% | 0.83% | - |
| HSV(B) | 306.92º | 0.12% | 0.88% | - |
| XYZ | 63.99 | 61.46 | 76.9 | - |
| YUV | 208.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 221 | 0 | 0.12 | 0.01 | 0.12 | 306.92 | 0.3 | 0.83 |
| Hex | E0 | C6 | DD | 0 | C | 1 | C | 133 | 1E | 53 |
| Octal | 340 | 306 | 335 | 0 | 14 | 1 | 14 | 463 | 36 | 123 |
| Binary | 11100000 | 11000110 | 11011101 | 0 | 1100 | 1 | 1100 | 100110011 | 11110 | 1010011 |
Color Harmonies of #E0C6DD
Complementary color
Monochromatic Colors of #E0C6DD
Black with #E0C6DD
Text Example
Text Example
White with #E0C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C6DD; }
p { color: rgb(224,198,221); }
H1.HeaderClassName
{
color: #E0C6DD;
}
.AnyTagClassName
{
color: #E0C6DD;
}
</style>
background-color css
<style>
a { background-color: #E0C6DD; }
a { background-color: rgb(224,198,221); }
div.DivClassName
{
background-color: #E0C6DD;
}
.BgClassName
{
background-color: #E0C6DD;
}
</style>
border-color css
<style>
span { border-color: #E0C6DD; }
span { border-color: rgb(224,198,221); }
td.TdClassName
{
border-color: #E0C6DD;
}
.TagClassName
{
border-color: #E0C6DD;
}
</style>