Shades of Thistle #E0B7E8
Tints of Thistle #E0B7E8
RGB
CMYK
RGB Variations
Color information
#E0B7E8 (or 0xE0B7E8) is known color: Thistle. HEX triplet: E0, B7 and E8. RGB value is (224,183,232). Sum of RGB (Red+Green+Blue) = 224+183+232=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0B7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B7E8 is #1F4817. Grayscale: #C8C8C8. Windows color (decimal): -2050072 or 15251424. OLE color: 15251424.
HSL color Cylindrical-coordinate representation of color #E0B7E8: hue angle of 290.2º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B7E8 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 183 | 232 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.09 |
| HSL | 290.2º | 0.52% | 0.81% | - |
| HSV(B) | 290.2º | 0.21% | 0.91% | - |
| XYZ | 62.24 | 55.54 | 83.78 | - |
| YUV | 200.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 232 | 0.03 | 0.21 | 0 | 0.09 | 290.2 | 0.52 | 0.81 |
| Hex | E0 | B7 | E8 | 3 | 15 | 0 | 9 | 122 | 34 | 51 |
| Octal | 340 | 267 | 350 | 3 | 25 | 0 | 11 | 442 | 64 | 121 |
| Binary | 11100000 | 10110111 | 11101000 | 11 | 10101 | 0 | 1001 | 100100010 | 110100 | 1010001 |
Color Harmonies of #E0B7E8
Complementary color
Monochromatic Colors of #E0B7E8
Black with #E0B7E8
Text Example
Text Example
White with #E0B7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B7E8; }
p { color: rgb(224,183,232); }
H1.HeaderClassName
{
color: #E0B7E8;
}
.AnyTagClassName
{
color: #E0B7E8;
}
</style>
background-color css
<style>
a { background-color: #E0B7E8; }
a { background-color: rgb(224,183,232); }
div.DivClassName
{
background-color: #E0B7E8;
}
.BgClassName
{
background-color: #E0B7E8;
}
</style>
border-color css
<style>
span { border-color: #E0B7E8; }
span { border-color: rgb(224,183,232); }
td.TdClassName
{
border-color: #E0B7E8;
}
.TagClassName
{
border-color: #E0B7E8;
}
</style>