Shades of Thistle #E1C3DF
Tints of Thistle #E1C3DF
RGB
CMYK
RGB Variations
Color information
#E1C3DF (or 0xE1C3DF) is known color: Thistle. HEX triplet: E1, C3 and DF. RGB value is (225,195,223). Sum of RGB (Red+Green+Blue) = 225+195+223=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C3DF is #1E3C20. Grayscale: #CFCFCF. Windows color (decimal): -1981473 or 14664673. OLE color: 14664673.
HSL color Cylindrical-coordinate representation of color #E1C3DF: hue angle of 304º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1C3DF is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 223 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.12 |
| HSL | 304º | 0.33% | 0.82% | - |
| HSV(B) | 304º | 0.13% | 0.88% | - |
| XYZ | 63.89 | 60.37 | 78.1 | - |
| YUV | 207.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 223 | 0 | 0.13 | 0.01 | 0.12 | 304 | 0.33 | 0.82 |
| Hex | E1 | C3 | DF | 0 | D | 1 | C | 130 | 21 | 52 |
| Octal | 341 | 303 | 337 | 0 | 15 | 1 | 14 | 460 | 41 | 122 |
| Binary | 11100001 | 11000011 | 11011111 | 0 | 1101 | 1 | 1100 | 100110000 | 100001 | 1010010 |
Color Harmonies of #E1C3DF
Complementary color
Monochromatic Colors of #E1C3DF
Black with #E1C3DF
Text Example
Text Example
White with #E1C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C3DF; }
p { color: rgb(225,195,223); }
H1.HeaderClassName
{
color: #E1C3DF;
}
.AnyTagClassName
{
color: #E1C3DF;
}
</style>
background-color css
<style>
a { background-color: #E1C3DF; }
a { background-color: rgb(225,195,223); }
div.DivClassName
{
background-color: #E1C3DF;
}
.BgClassName
{
background-color: #E1C3DF;
}
</style>
border-color css
<style>
span { border-color: #E1C3DF; }
span { border-color: rgb(225,195,223); }
td.TdClassName
{
border-color: #E1C3DF;
}
.TagClassName
{
border-color: #E1C3DF;
}
</style>