Shades of Thistle #E3BDE5
Tints of Thistle #E3BDE5
RGB
CMYK
RGB Variations
Color information
#E3BDE5 (or 0xE3BDE5) is known color: Thistle. HEX triplet: E3, BD and E5. RGB value is (227,189,229). Sum of RGB (Red+Green+Blue) = 227+189+229=645 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.19% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #E3BDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDE5 is #1C421A. Grayscale: #CCCCCC. Windows color (decimal): -1851931 or 15056355. OLE color: 15056355.
HSL color Cylindrical-coordinate representation of color #E3BDE5: hue angle of 297º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3BDE5 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 189 | 229 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.10 |
| HSL | 297º | 0.43% | 0.82% | - |
| HSV(B) | 297º | 0.17% | 0.9% | - |
| XYZ | 64.02 | 58.38 | 82.02 | - |
| YUV | 204.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 229 | 0.01 | 0.17 | 0 | 0.10 | 297 | 0.43 | 0.82 |
| Hex | E3 | BD | E5 | 1 | 11 | 0 | A | 129 | 2B | 52 |
| Octal | 343 | 275 | 345 | 1 | 21 | 0 | 12 | 451 | 53 | 122 |
| Binary | 11100011 | 10111101 | 11100101 | 1 | 10001 | 0 | 1010 | 100101001 | 101011 | 1010010 |
Color Harmonies of #E3BDE5
Complementary color
Monochromatic Colors of #E3BDE5
Black with #E3BDE5
Text Example
Text Example
White with #E3BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDE5; }
p { color: rgb(227,189,229); }
H1.HeaderClassName
{
color: #E3BDE5;
}
.AnyTagClassName
{
color: #E3BDE5;
}
</style>
background-color css
<style>
a { background-color: #E3BDE5; }
a { background-color: rgb(227,189,229); }
div.DivClassName
{
background-color: #E3BDE5;
}
.BgClassName
{
background-color: #E3BDE5;
}
</style>
border-color css
<style>
span { border-color: #E3BDE5; }
span { border-color: rgb(227,189,229); }
td.TdClassName
{
border-color: #E3BDE5;
}
.TagClassName
{
border-color: #E3BDE5;
}
</style>