Shades of Thistle #E0CDDE
Tints of Thistle #E0CDDE
RGB
CMYK
RGB Variations
Color information
#E0CDDE (or 0xE0CDDE) is known color: Thistle. HEX triplet: E0, CD and DE. RGB value is (224,205,222). Sum of RGB (Red+Green+Blue) = 224+205+222=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDDE is #1F3221. Grayscale: #D4D4D4. Windows color (decimal): -2044450 or 14601696. OLE color: 14601696.
HSL color Cylindrical-coordinate representation of color #E0CDDE: hue angle of 306.32º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CDDE is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 222 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.12 |
| HSL | 306.32º | 0.23% | 0.84% | - |
| HSV(B) | 306.32º | 0.08% | 0.88% | - |
| XYZ | 65.76 | 64.78 | 78.15 | - |
| YUV | 212.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 222 | 0 | 0.08 | 0.01 | 0.12 | 306.32 | 0.23 | 0.84 |
| Hex | E0 | CD | DE | 0 | 8 | 1 | C | 132 | 17 | 54 |
| Octal | 340 | 315 | 336 | 0 | 10 | 1 | 14 | 462 | 27 | 124 |
| Binary | 11100000 | 11001101 | 11011110 | 0 | 1000 | 1 | 1100 | 100110010 | 10111 | 1010100 |
Color Harmonies of #E0CDDE
Complementary color
Monochromatic Colors of #E0CDDE
Black with #E0CDDE
Text Example
Text Example
White with #E0CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDDE; }
p { color: rgb(224,205,222); }
H1.HeaderClassName
{
color: #E0CDDE;
}
.AnyTagClassName
{
color: #E0CDDE;
}
</style>
background-color css
<style>
a { background-color: #E0CDDE; }
a { background-color: rgb(224,205,222); }
div.DivClassName
{
background-color: #E0CDDE;
}
.BgClassName
{
background-color: #E0CDDE;
}
</style>
border-color css
<style>
span { border-color: #E0CDDE; }
span { border-color: rgb(224,205,222); }
td.TdClassName
{
border-color: #E0CDDE;
}
.TagClassName
{
border-color: #E0CDDE;
}
</style>