Shades of Thistle #E0B7E6
Tints of Thistle #E0B7E6
RGB
CMYK
RGB Variations
Color information
#E0B7E6 (or 0xE0B7E6) is known color: Thistle. HEX triplet: E0, B7 and E6. RGB value is (224,183,230). Sum of RGB (Red+Green+Blue) = 224+183+230=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0B7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B7E6 is #1F4819. Grayscale: #C8C8C8. Windows color (decimal): -2050074 or 15120352. OLE color: 15120352.
HSL color Cylindrical-coordinate representation of color #E0B7E6: hue angle of 292.34º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0B7E6 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 183 | 230 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.10 |
| HSL | 292.34º | 0.48% | 0.81% | - |
| HSV(B) | 292.34º | 0.2% | 0.9% | - |
| XYZ | 61.96 | 55.43 | 82.3 | - |
| YUV | 200.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 230 | 0.03 | 0.20 | 0 | 0.10 | 292.34 | 0.48 | 0.81 |
| Hex | E0 | B7 | E6 | 3 | 14 | 0 | A | 124 | 30 | 51 |
| Octal | 340 | 267 | 346 | 3 | 24 | 0 | 12 | 444 | 60 | 121 |
| Binary | 11100000 | 10110111 | 11100110 | 11 | 10100 | 0 | 1010 | 100100100 | 110000 | 1010001 |
Color Harmonies of #E0B7E6
Complementary color
Monochromatic Colors of #E0B7E6
Black with #E0B7E6
Text Example
Text Example
White with #E0B7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B7E6; }
p { color: rgb(224,183,230); }
H1.HeaderClassName
{
color: #E0B7E6;
}
.AnyTagClassName
{
color: #E0B7E6;
}
</style>
background-color css
<style>
a { background-color: #E0B7E6; }
a { background-color: rgb(224,183,230); }
div.DivClassName
{
background-color: #E0B7E6;
}
.BgClassName
{
background-color: #E0B7E6;
}
</style>
border-color css
<style>
span { border-color: #E0B7E6; }
span { border-color: rgb(224,183,230); }
td.TdClassName
{
border-color: #E0B7E6;
}
.TagClassName
{
border-color: #E0B7E6;
}
</style>