Shades of Thistle #E2BFE8
Tints of Thistle #E2BFE8
RGB
CMYK
RGB Variations
Color information
#E2BFE8 (or 0xE2BFE8) is known color: Thistle. HEX triplet: E2, BF and E8. RGB value is (226,191,232). Sum of RGB (Red+Green+Blue) = 226+191+232=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #E2BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFE8 is #1D4017. Grayscale: #CECECE. Windows color (decimal): -1916952 or 15253474. OLE color: 15253474.
HSL color Cylindrical-coordinate representation of color #E2BFE8: hue angle of 291.22º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BFE8 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 191 | 232 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.09 |
| HSL | 291.22º | 0.47% | 0.83% | - |
| HSV(B) | 291.22º | 0.18% | 0.91% | - |
| XYZ | 64.56 | 59.26 | 84.38 | - |
| YUV | 206.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 232 | 0.03 | 0.18 | 0 | 0.09 | 291.22 | 0.47 | 0.83 |
| Hex | E2 | BF | E8 | 3 | 12 | 0 | 9 | 123 | 2F | 53 |
| Octal | 342 | 277 | 350 | 3 | 22 | 0 | 11 | 443 | 57 | 123 |
| Binary | 11100010 | 10111111 | 11101000 | 11 | 10010 | 0 | 1001 | 100100011 | 101111 | 1010011 |
Color Harmonies of #E2BFE8
Complementary color
Monochromatic Colors of #E2BFE8
Black with #E2BFE8
Text Example
Text Example
White with #E2BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFE8; }
p { color: rgb(226,191,232); }
H1.HeaderClassName
{
color: #E2BFE8;
}
.AnyTagClassName
{
color: #E2BFE8;
}
</style>
background-color css
<style>
a { background-color: #E2BFE8; }
a { background-color: rgb(226,191,232); }
div.DivClassName
{
background-color: #E2BFE8;
}
.BgClassName
{
background-color: #E2BFE8;
}
</style>
border-color css
<style>
span { border-color: #E2BFE8; }
span { border-color: rgb(226,191,232); }
td.TdClassName
{
border-color: #E2BFE8;
}
.TagClassName
{
border-color: #E2BFE8;
}
</style>