Shades of Thistle #E0BFE8
Tints of Thistle #E0BFE8
RGB
CMYK
RGB Variations
Color information
#E0BFE8 (or 0xE0BFE8) is known color: Thistle. HEX triplet: E0, BF and E8. RGB value is (224,191,232). Sum of RGB (Red+Green+Blue) = 224+191+232=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFE8 is #1F4017. Grayscale: #CDCDCD. Windows color (decimal): -2048024 or 15253472. OLE color: 15253472.
HSL color Cylindrical-coordinate representation of color #E0BFE8: hue angle of 288.29º 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 #E0BFE8 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 191 | 232 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.09 |
| HSL | 288.29º | 0.47% | 0.83% | - |
| HSV(B) | 288.29º | 0.18% | 0.91% | - |
| XYZ | 63.94 | 58.94 | 84.35 | - |
| YUV | 205.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 232 | 0.03 | 0.18 | 0 | 0.09 | 288.29 | 0.47 | 0.83 |
| Hex | E0 | BF | E8 | 3 | 12 | 0 | 9 | 120 | 2F | 53 |
| Octal | 340 | 277 | 350 | 3 | 22 | 0 | 11 | 440 | 57 | 123 |
| Binary | 11100000 | 10111111 | 11101000 | 11 | 10010 | 0 | 1001 | 100100000 | 101111 | 1010011 |
Color Harmonies of #E0BFE8
Complementary color
Monochromatic Colors of #E0BFE8
Black with #E0BFE8
Text Example
Text Example
White with #E0BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFE8; }
p { color: rgb(224,191,232); }
H1.HeaderClassName
{
color: #E0BFE8;
}
.AnyTagClassName
{
color: #E0BFE8;
}
</style>
background-color css
<style>
a { background-color: #E0BFE8; }
a { background-color: rgb(224,191,232); }
div.DivClassName
{
background-color: #E0BFE8;
}
.BgClassName
{
background-color: #E0BFE8;
}
</style>
border-color css
<style>
span { border-color: #E0BFE8; }
span { border-color: rgb(224,191,232); }
td.TdClassName
{
border-color: #E0BFE8;
}
.TagClassName
{
border-color: #E0BFE8;
}
</style>