Shades of Thistle #E1BDE2
Tints of Thistle #E1BDE2
RGB
CMYK
RGB Variations
Color information
#E1BDE2 (or 0xE1BDE2) is known color: Thistle. HEX triplet: E1, BD and E2. RGB value is (225,189,226). Sum of RGB (Red+Green+Blue) = 225+189+226=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 226 - color contains mainly: blue. Hex color #E1BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDE2 is #1E421D. Grayscale: #CBCBCB. Windows color (decimal): -1983006 or 14859745. OLE color: 14859745.
HSL color Cylindrical-coordinate representation of color #E1BDE2: hue angle of 298.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BDE2 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 189 | 226 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.11 |
| HSL | 298.38º | 0.39% | 0.81% | - |
| HSV(B) | 298.38º | 0.16% | 0.89% | - |
| XYZ | 62.98 | 57.89 | 79.81 | - |
| YUV | 203.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 226 | 0.00 | 0.16 | 0 | 0.11 | 298.38 | 0.39 | 0.81 |
| Hex | E1 | BD | E2 | 0 | 10 | 0 | B | 12A | 27 | 51 |
| Octal | 341 | 275 | 342 | 0 | 20 | 0 | 13 | 452 | 47 | 121 |
| Binary | 11100001 | 10111101 | 11100010 | 0 | 10000 | 0 | 1011 | 100101010 | 100111 | 1010001 |
Color Harmonies of #E1BDE2
Complementary color
Monochromatic Colors of #E1BDE2
Black with #E1BDE2
Text Example
Text Example
White with #E1BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDE2; }
p { color: rgb(225,189,226); }
H1.HeaderClassName
{
color: #E1BDE2;
}
.AnyTagClassName
{
color: #E1BDE2;
}
</style>
background-color css
<style>
a { background-color: #E1BDE2; }
a { background-color: rgb(225,189,226); }
div.DivClassName
{
background-color: #E1BDE2;
}
.BgClassName
{
background-color: #E1BDE2;
}
</style>
border-color css
<style>
span { border-color: #E1BDE2; }
span { border-color: rgb(225,189,226); }
td.TdClassName
{
border-color: #E1BDE2;
}
.TagClassName
{
border-color: #E1BDE2;
}
</style>