Shades of Thistle #E1CADF
Tints of Thistle #E1CADF
RGB
CMYK
RGB Variations
Color information
#E1CADF (or 0xE1CADF) is known color: Thistle. HEX triplet: E1, CA and DF. RGB value is (225,202,223). Sum of RGB (Red+Green+Blue) = 225+202+223=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CADF is #1E3520. Grayscale: #D3D3D3. Windows color (decimal): -1979681 or 14666465. OLE color: 14666465.
HSL color Cylindrical-coordinate representation of color #E1CADF: hue angle of 305.22º degrees, saturation: 0.28, 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 #E1CADF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 223 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.12 |
| HSL | 305.22º | 0.28% | 0.84% | - |
| HSV(B) | 305.22º | 0.1% | 0.88% | - |
| XYZ | 65.49 | 63.58 | 78.63 | - |
| YUV | 211.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 223 | 0 | 0.10 | 0.01 | 0.12 | 305.22 | 0.28 | 0.84 |
| Hex | E1 | CA | DF | 0 | A | 1 | C | 131 | 1C | 54 |
| Octal | 341 | 312 | 337 | 0 | 12 | 1 | 14 | 461 | 34 | 124 |
| Binary | 11100001 | 11001010 | 11011111 | 0 | 1010 | 1 | 1100 | 100110001 | 11100 | 1010100 |
Color Harmonies of #E1CADF
Complementary color
Monochromatic Colors of #E1CADF
Black with #E1CADF
Text Example
Text Example
White with #E1CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CADF; }
p { color: rgb(225,202,223); }
H1.HeaderClassName
{
color: #E1CADF;
}
.AnyTagClassName
{
color: #E1CADF;
}
</style>
background-color css
<style>
a { background-color: #E1CADF; }
a { background-color: rgb(225,202,223); }
div.DivClassName
{
background-color: #E1CADF;
}
.BgClassName
{
background-color: #E1CADF;
}
</style>
border-color css
<style>
span { border-color: #E1CADF; }
span { border-color: rgb(225,202,223); }
td.TdClassName
{
border-color: #E1CADF;
}
.TagClassName
{
border-color: #E1CADF;
}
</style>