Shades of Thistle #E2BCE5
Tints of Thistle #E2BCE5
RGB
CMYK
RGB Variations
Color information
#E2BCE5 (or 0xE2BCE5) is known color: Thistle. HEX triplet: E2, BC and E5. RGB value is (226,188,229). Sum of RGB (Red+Green+Blue) = 226+188+229=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCE5 is #1D431A. Grayscale: #CBCBCB. Windows color (decimal): -1917723 or 15056098. OLE color: 15056098.
HSL color Cylindrical-coordinate representation of color #E2BCE5: hue angle of 295.61º 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 #E2BCE5 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 188 | 229 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.10 |
| HSL | 295.61º | 0.44% | 0.82% | - |
| HSV(B) | 295.61º | 0.18% | 0.9% | - |
| XYZ | 63.49 | 57.79 | 81.94 | - |
| YUV | 204.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 229 | 0.01 | 0.18 | 0 | 0.10 | 295.61 | 0.44 | 0.82 |
| Hex | E2 | BC | E5 | 1 | 12 | 0 | A | 128 | 2C | 52 |
| Octal | 342 | 274 | 345 | 1 | 22 | 0 | 12 | 450 | 54 | 122 |
| Binary | 11100010 | 10111100 | 11100101 | 1 | 10010 | 0 | 1010 | 100101000 | 101100 | 1010010 |
Color Harmonies of #E2BCE5
Complementary color
Monochromatic Colors of #E2BCE5
Black with #E2BCE5
Text Example
Text Example
White with #E2BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCE5; }
p { color: rgb(226,188,229); }
H1.HeaderClassName
{
color: #E2BCE5;
}
.AnyTagClassName
{
color: #E2BCE5;
}
</style>
background-color css
<style>
a { background-color: #E2BCE5; }
a { background-color: rgb(226,188,229); }
div.DivClassName
{
background-color: #E2BCE5;
}
.BgClassName
{
background-color: #E2BCE5;
}
</style>
border-color css
<style>
span { border-color: #E2BCE5; }
span { border-color: rgb(226,188,229); }
td.TdClassName
{
border-color: #E2BCE5;
}
.TagClassName
{
border-color: #E2BCE5;
}
</style>