Shades of Thistle #E5BCE6
Tints of Thistle #E5BCE6
RGB
CMYK
RGB Variations
Color information
#E5BCE6 (or 0xE5BCE6) is known color: Thistle. HEX triplet: E5, BC and E6. RGB value is (229,188,230). Sum of RGB (Red+Green+Blue) = 229+188+230=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCE6 is #1A4319. Grayscale: #CCCCCC. Windows color (decimal): -1721114 or 15121637. OLE color: 15121637.
HSL color Cylindrical-coordinate representation of color #E5BCE6: hue angle of 298.57º 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 #E5BCE6 is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 230 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.10 |
| HSL | 298.57º | 0.46% | 0.82% | - |
| HSV(B) | 298.57º | 0.18% | 0.9% | - |
| XYZ | 64.58 | 58.34 | 82.72 | - |
| YUV | 205.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 230 | 0.00 | 0.18 | 0 | 0.10 | 298.57 | 0.46 | 0.82 |
| Hex | E5 | BC | E6 | 0 | 12 | 0 | A | 12B | 2E | 52 |
| Octal | 345 | 274 | 346 | 0 | 22 | 0 | 12 | 453 | 56 | 122 |
| Binary | 11100101 | 10111100 | 11100110 | 0 | 10010 | 0 | 1010 | 100101011 | 101110 | 1010010 |
Color Harmonies of #E5BCE6
Complementary color
Monochromatic Colors of #E5BCE6
Black with #E5BCE6
Text Example
Text Example
White with #E5BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCE6; }
p { color: rgb(229,188,230); }
H1.HeaderClassName
{
color: #E5BCE6;
}
.AnyTagClassName
{
color: #E5BCE6;
}
</style>
background-color css
<style>
a { background-color: #E5BCE6; }
a { background-color: rgb(229,188,230); }
div.DivClassName
{
background-color: #E5BCE6;
}
.BgClassName
{
background-color: #E5BCE6;
}
</style>
border-color css
<style>
span { border-color: #E5BCE6; }
span { border-color: rgb(229,188,230); }
td.TdClassName
{
border-color: #E5BCE6;
}
.TagClassName
{
border-color: #E5BCE6;
}
</style>