Shades of Thistle #E2BEE6
Tints of Thistle #E2BEE6
RGB
CMYK
RGB Variations
Color information
#E2BEE6 (or 0xE2BEE6) is known color: Thistle. HEX triplet: E2, BE and E6. RGB value is (226,190,230). Sum of RGB (Red+Green+Blue) = 226+190+230=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEE6 is #1D4119. Grayscale: #CDCDCD. Windows color (decimal): -1917210 or 15122146. OLE color: 15122146.
HSL color Cylindrical-coordinate representation of color #E2BEE6: hue angle of 294º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BEE6 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 190 | 230 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.10 |
| HSL | 294º | 0.44% | 0.82% | - |
| HSV(B) | 294º | 0.17% | 0.9% | - |
| XYZ | 64.06 | 58.71 | 82.82 | - |
| YUV | 205.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 230 | 0.02 | 0.17 | 0 | 0.10 | 294 | 0.44 | 0.82 |
| Hex | E2 | BE | E6 | 2 | 11 | 0 | A | 126 | 2C | 52 |
| Octal | 342 | 276 | 346 | 2 | 21 | 0 | 12 | 446 | 54 | 122 |
| Binary | 11100010 | 10111110 | 11100110 | 10 | 10001 | 0 | 1010 | 100100110 | 101100 | 1010010 |
Color Harmonies of #E2BEE6
Complementary color
Monochromatic Colors of #E2BEE6
Black with #E2BEE6
Text Example
Text Example
White with #E2BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEE6; }
p { color: rgb(226,190,230); }
H1.HeaderClassName
{
color: #E2BEE6;
}
.AnyTagClassName
{
color: #E2BEE6;
}
</style>
background-color css
<style>
a { background-color: #E2BEE6; }
a { background-color: rgb(226,190,230); }
div.DivClassName
{
background-color: #E2BEE6;
}
.BgClassName
{
background-color: #E2BEE6;
}
</style>
border-color css
<style>
span { border-color: #E2BEE6; }
span { border-color: rgb(226,190,230); }
td.TdClassName
{
border-color: #E2BEE6;
}
.TagClassName
{
border-color: #E2BEE6;
}
</style>