Shades of Thistle #E1BCE5
Tints of Thistle #E1BCE5
RGB
CMYK
RGB Variations
Color information
#E1BCE5 (or 0xE1BCE5) is known color: Thistle. HEX triplet: E1, BC and E5. RGB value is (225,188,229). Sum of RGB (Red+Green+Blue) = 225+188+229=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCE5 is #1E431A. Grayscale: #CBCBCB. Windows color (decimal): -1983259 or 15056097. OLE color: 15056097.
HSL color Cylindrical-coordinate representation of color #E1BCE5: hue angle of 294.15º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1BCE5 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 188 | 229 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.10 |
| HSL | 294.15º | 0.44% | 0.82% | - |
| HSV(B) | 294.15º | 0.18% | 0.9% | - |
| XYZ | 63.18 | 57.63 | 81.92 | - |
| YUV | 203.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 229 | 0.02 | 0.18 | 0 | 0.10 | 294.15 | 0.44 | 0.82 |
| Hex | E1 | BC | E5 | 2 | 12 | 0 | A | 126 | 2C | 52 |
| Octal | 341 | 274 | 345 | 2 | 22 | 0 | 12 | 446 | 54 | 122 |
| Binary | 11100001 | 10111100 | 11100101 | 10 | 10010 | 0 | 1010 | 100100110 | 101100 | 1010010 |
Color Harmonies of #E1BCE5
Complementary color
Monochromatic Colors of #E1BCE5
Black with #E1BCE5
Text Example
Text Example
White with #E1BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCE5; }
p { color: rgb(225,188,229); }
H1.HeaderClassName
{
color: #E1BCE5;
}
.AnyTagClassName
{
color: #E1BCE5;
}
</style>
background-color css
<style>
a { background-color: #E1BCE5; }
a { background-color: rgb(225,188,229); }
div.DivClassName
{
background-color: #E1BCE5;
}
.BgClassName
{
background-color: #E1BCE5;
}
</style>
border-color css
<style>
span { border-color: #E1BCE5; }
span { border-color: rgb(225,188,229); }
td.TdClassName
{
border-color: #E1BCE5;
}
.TagClassName
{
border-color: #E1BCE5;
}
</style>