Shades of Thistle #E1BDE8
Tints of Thistle #E1BDE8
RGB
CMYK
RGB Variations
Color information
#E1BDE8 (or 0xE1BDE8) is known color: Thistle. HEX triplet: E1, BD and E8. RGB value is (225,189,232). Sum of RGB (Red+Green+Blue) = 225+189+232=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1BDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDE8 is #1E4217. Grayscale: #CCCCCC. Windows color (decimal): -1983000 or 15252961. OLE color: 15252961.
HSL color Cylindrical-coordinate representation of color #E1BDE8: hue angle of 290.23º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1BDE8 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 189 | 232 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.09 |
| HSL | 290.23º | 0.48% | 0.83% | - |
| HSV(B) | 290.23º | 0.19% | 0.91% | - |
| XYZ | 63.81 | 58.23 | 84.22 | - |
| YUV | 204.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 232 | 0.03 | 0.19 | 0 | 0.09 | 290.23 | 0.48 | 0.83 |
| Hex | E1 | BD | E8 | 3 | 13 | 0 | 9 | 122 | 30 | 53 |
| Octal | 341 | 275 | 350 | 3 | 23 | 0 | 11 | 442 | 60 | 123 |
| Binary | 11100001 | 10111101 | 11101000 | 11 | 10011 | 0 | 1001 | 100100010 | 110000 | 1010011 |
Color Harmonies of #E1BDE8
Complementary color
Monochromatic Colors of #E1BDE8
Black with #E1BDE8
Text Example
Text Example
White with #E1BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDE8; }
p { color: rgb(225,189,232); }
H1.HeaderClassName
{
color: #E1BDE8;
}
.AnyTagClassName
{
color: #E1BDE8;
}
</style>
background-color css
<style>
a { background-color: #E1BDE8; }
a { background-color: rgb(225,189,232); }
div.DivClassName
{
background-color: #E1BDE8;
}
.BgClassName
{
background-color: #E1BDE8;
}
</style>
border-color css
<style>
span { border-color: #E1BDE8; }
span { border-color: rgb(225,189,232); }
td.TdClassName
{
border-color: #E1BDE8;
}
.TagClassName
{
border-color: #E1BDE8;
}
</style>