Shades of Thistle #E0CADF
Tints of Thistle #E0CADF
RGB
CMYK
RGB Variations
Color information
#E0CADF (or 0xE0CADF) is known color: Thistle. HEX triplet: E0, CA and DF. RGB value is (224,202,223). Sum of RGB (Red+Green+Blue) = 224+202+223=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CADF is #1F3520. Grayscale: #D2D2D2. Windows color (decimal): -2045217 or 14666464. OLE color: 14666464.
HSL color Cylindrical-coordinate representation of color #E0CADF: hue angle of 302.73º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CADF is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 223 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.12 |
| HSL | 302.73º | 0.26% | 0.84% | - |
| HSV(B) | 302.73º | 0.1% | 0.88% | - |
| XYZ | 65.18 | 63.42 | 78.62 | - |
| YUV | 210.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 223 | 0 | 0.10 | 0.00 | 0.12 | 302.73 | 0.26 | 0.84 |
| Hex | E0 | CA | DF | 0 | A | 0 | C | 12F | 1A | 54 |
| Octal | 340 | 312 | 337 | 0 | 12 | 0 | 14 | 457 | 32 | 124 |
| Binary | 11100000 | 11001010 | 11011111 | 0 | 1010 | 0 | 1100 | 100101111 | 11010 | 1010100 |
Color Harmonies of #E0CADF
Complementary color
Monochromatic Colors of #E0CADF
Black with #E0CADF
Text Example
Text Example
White with #E0CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CADF; }
p { color: rgb(224,202,223); }
H1.HeaderClassName
{
color: #E0CADF;
}
.AnyTagClassName
{
color: #E0CADF;
}
</style>
background-color css
<style>
a { background-color: #E0CADF; }
a { background-color: rgb(224,202,223); }
div.DivClassName
{
background-color: #E0CADF;
}
.BgClassName
{
background-color: #E0CADF;
}
</style>
border-color css
<style>
span { border-color: #E0CADF; }
span { border-color: rgb(224,202,223); }
td.TdClassName
{
border-color: #E0CADF;
}
.TagClassName
{
border-color: #E0CADF;
}
</style>