Shades of Thistle #E5BDE5
Tints of Thistle #E5BDE5
RGB
CMYK
RGB Variations
Color information
#E5BDE5 (or 0xE5BDE5) is known color: Thistle. HEX triplet: E5, BD and E5. RGB value is (229,189,229). Sum of RGB (Red+Green+Blue) = 229+189+229=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E5BDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDE5 is #1A421A. Grayscale: #CDCDCD. Windows color (decimal): -1720859 or 15056357. OLE color: 15056357.
HSL color Cylindrical-coordinate representation of color #E5BDE5: hue angle of 300º 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 #E5BDE5 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 229 | - |
| CMYK | 0 | 0.17 | 0 | 0.10 |
| HSL | 300º | 0.43% | 0.82% | - |
| HSV(B) | 300º | 0.17% | 0.9% | - |
| XYZ | 64.65 | 58.71 | 82.05 | - |
| YUV | 205.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 229 | 0 | 0.17 | 0 | 0.10 | 300 | 0.43 | 0.82 |
| Hex | E5 | BD | E5 | 0 | 11 | 0 | A | 12C | 2B | 52 |
| Octal | 345 | 275 | 345 | 0 | 21 | 0 | 12 | 454 | 53 | 122 |
| Binary | 11100101 | 10111101 | 11100101 | 0 | 10001 | 0 | 1010 | 100101100 | 101011 | 1010010 |
Color Harmonies of #E5BDE5
Complementary color
Monochromatic Colors of #E5BDE5
Black with #E5BDE5
Text Example
Text Example
White with #E5BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDE5; }
p { color: rgb(229,189,229); }
H1.HeaderClassName
{
color: #E5BDE5;
}
.AnyTagClassName
{
color: #E5BDE5;
}
</style>
background-color css
<style>
a { background-color: #E5BDE5; }
a { background-color: rgb(229,189,229); }
div.DivClassName
{
background-color: #E5BDE5;
}
.BgClassName
{
background-color: #E5BDE5;
}
</style>
border-color css
<style>
span { border-color: #E5BDE5; }
span { border-color: rgb(229,189,229); }
td.TdClassName
{
border-color: #E5BDE5;
}
.TagClassName
{
border-color: #E5BDE5;
}
</style>