Shades of Thistle #E0B8E6
Tints of Thistle #E0B8E6
RGB
CMYK
RGB Variations
Color information
#E0B8E6 (or 0xE0B8E6) is known color: Thistle. HEX triplet: E0, B8 and E6. RGB value is (224,184,230). Sum of RGB (Red+Green+Blue) = 224+184+230=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0B8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B8E6 is #1F4719. Grayscale: #C9C9C9. Windows color (decimal): -2049818 or 15120608. OLE color: 15120608.
HSL color Cylindrical-coordinate representation of color #E0B8E6: hue angle of 292.17º 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 #E0B8E6 is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 184 | 230 | - |
| CMYK | 0.03 | 0.2 | 0 | 0.10 |
| HSL | 292.17º | 0.48% | 0.81% | - |
| HSV(B) | 292.17º | 0.2% | 0.9% | - |
| XYZ | 62.16 | 55.84 | 82.37 | - |
| YUV | 201.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 230 | 0.03 | 0.2 | 0 | 0.10 | 292.17 | 0.48 | 0.81 |
| Hex | E0 | B8 | E6 | 3 | 14 | 0 | A | 124 | 30 | 51 |
| Octal | 340 | 270 | 346 | 3 | 24 | 0 | 12 | 444 | 60 | 121 |
| Binary | 11100000 | 10111000 | 11100110 | 11 | 10100 | 0 | 1010 | 100100100 | 110000 | 1010001 |
Color Harmonies of #E0B8E6
Complementary color
Monochromatic Colors of #E0B8E6
Black with #E0B8E6
Text Example
Text Example
White with #E0B8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B8E6; }
p { color: rgb(224,184,230); }
H1.HeaderClassName
{
color: #E0B8E6;
}
.AnyTagClassName
{
color: #E0B8E6;
}
</style>
background-color css
<style>
a { background-color: #E0B8E6; }
a { background-color: rgb(224,184,230); }
div.DivClassName
{
background-color: #E0B8E6;
}
.BgClassName
{
background-color: #E0B8E6;
}
</style>
border-color css
<style>
span { border-color: #E0B8E6; }
span { border-color: rgb(224,184,230); }
td.TdClassName
{
border-color: #E0B8E6;
}
.TagClassName
{
border-color: #E0B8E6;
}
</style>