Shades of Thistle #E2BCE7
Tints of Thistle #E2BCE7
RGB
CMYK
RGB Variations
Color information
#E2BCE7 (or 0xE2BCE7) is known color: Thistle. HEX triplet: E2, BC and E7. RGB value is (226,188,231). Sum of RGB (Red+Green+Blue) = 226+188+231=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 231 - color contains mainly: blue. Hex color #E2BCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCE7 is #1D4318. Grayscale: #CCCCCC. Windows color (decimal): -1917721 or 15187170. OLE color: 15187170.
HSL color Cylindrical-coordinate representation of color #E2BCE7: hue angle of 293.02º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2BCE7 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 188 | 231 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.09 |
| HSL | 293.02º | 0.47% | 0.82% | - |
| HSV(B) | 293.02º | 0.19% | 0.91% | - |
| XYZ | 63.77 | 57.9 | 83.42 | - |
| YUV | 204.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 231 | 0.02 | 0.19 | 0 | 0.09 | 293.02 | 0.47 | 0.82 |
| Hex | E2 | BC | E7 | 2 | 13 | 0 | 9 | 125 | 2F | 52 |
| Octal | 342 | 274 | 347 | 2 | 23 | 0 | 11 | 445 | 57 | 122 |
| Binary | 11100010 | 10111100 | 11100111 | 10 | 10011 | 0 | 1001 | 100100101 | 101111 | 1010010 |
Color Harmonies of #E2BCE7
Complementary color
Monochromatic Colors of #E2BCE7
Black with #E2BCE7
Text Example
Text Example
White with #E2BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCE7; }
p { color: rgb(226,188,231); }
H1.HeaderClassName
{
color: #E2BCE7;
}
.AnyTagClassName
{
color: #E2BCE7;
}
</style>
background-color css
<style>
a { background-color: #E2BCE7; }
a { background-color: rgb(226,188,231); }
div.DivClassName
{
background-color: #E2BCE7;
}
.BgClassName
{
background-color: #E2BCE7;
}
</style>
border-color css
<style>
span { border-color: #E2BCE7; }
span { border-color: rgb(226,188,231); }
td.TdClassName
{
border-color: #E2BCE7;
}
.TagClassName
{
border-color: #E2BCE7;
}
</style>