Shades of Thistle #E1BCE6
Tints of Thistle #E1BCE6
RGB
CMYK
RGB Variations
Color information
#E1BCE6 (or 0xE1BCE6) is known color: Thistle. HEX triplet: E1, BC and E6. RGB value is (225,188,230). Sum of RGB (Red+Green+Blue) = 225+188+230=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BCE6 is #1E4319. Grayscale: #CBCBCB. Windows color (decimal): -1983258 or 15121633. OLE color: 15121633.
HSL color Cylindrical-coordinate representation of color #E1BCE6: hue angle of 292.86º degrees, saturation: 0.46, 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 #E1BCE6 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 188 | 230 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.10 |
| HSL | 292.86º | 0.46% | 0.82% | - |
| HSV(B) | 292.86º | 0.18% | 0.9% | - |
| XYZ | 63.32 | 57.69 | 82.66 | - |
| YUV | 203.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 230 | 0.02 | 0.18 | 0 | 0.10 | 292.86 | 0.46 | 0.82 |
| Hex | E1 | BC | E6 | 2 | 12 | 0 | A | 125 | 2E | 52 |
| Octal | 341 | 274 | 346 | 2 | 22 | 0 | 12 | 445 | 56 | 122 |
| Binary | 11100001 | 10111100 | 11100110 | 10 | 10010 | 0 | 1010 | 100100101 | 101110 | 1010010 |
Color Harmonies of #E1BCE6
Complementary color
Monochromatic Colors of #E1BCE6
Black with #E1BCE6
Text Example
Text Example
White with #E1BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCE6; }
p { color: rgb(225,188,230); }
H1.HeaderClassName
{
color: #E1BCE6;
}
.AnyTagClassName
{
color: #E1BCE6;
}
</style>
background-color css
<style>
a { background-color: #E1BCE6; }
a { background-color: rgb(225,188,230); }
div.DivClassName
{
background-color: #E1BCE6;
}
.BgClassName
{
background-color: #E1BCE6;
}
</style>
border-color css
<style>
span { border-color: #E1BCE6; }
span { border-color: rgb(225,188,230); }
td.TdClassName
{
border-color: #E1BCE6;
}
.TagClassName
{
border-color: #E1BCE6;
}
</style>