Shades of Thistle #E5BDE6
Tints of Thistle #E5BDE6
RGB
CMYK
RGB Variations
Color information
#E5BDE6 (or 0xE5BDE6) is known color: Thistle. HEX triplet: E5, BD and E6. RGB value is (229,189,230). Sum of RGB (Red+Green+Blue) = 229+189+230=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDE6 is #1A4219. Grayscale: #CDCDCD. Windows color (decimal): -1720858 or 15121893. OLE color: 15121893.
HSL color Cylindrical-coordinate representation of color #E5BDE6: hue angle of 298.54º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BDE6 is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 230 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.10 |
| HSL | 298.54º | 0.45% | 0.82% | - |
| HSV(B) | 298.54º | 0.18% | 0.9% | - |
| XYZ | 64.79 | 58.77 | 82.79 | - |
| YUV | 205.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 230 | 0.00 | 0.18 | 0 | 0.10 | 298.54 | 0.45 | 0.82 |
| Hex | E5 | BD | E6 | 0 | 12 | 0 | A | 12B | 2D | 52 |
| Octal | 345 | 275 | 346 | 0 | 22 | 0 | 12 | 453 | 55 | 122 |
| Binary | 11100101 | 10111101 | 11100110 | 0 | 10010 | 0 | 1010 | 100101011 | 101101 | 1010010 |
Color Harmonies of #E5BDE6
Complementary color
Monochromatic Colors of #E5BDE6
Black with #E5BDE6
Text Example
Text Example
White with #E5BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDE6; }
p { color: rgb(229,189,230); }
H1.HeaderClassName
{
color: #E5BDE6;
}
.AnyTagClassName
{
color: #E5BDE6;
}
</style>
background-color css
<style>
a { background-color: #E5BDE6; }
a { background-color: rgb(229,189,230); }
div.DivClassName
{
background-color: #E5BDE6;
}
.BgClassName
{
background-color: #E5BDE6;
}
</style>
border-color css
<style>
span { border-color: #E5BDE6; }
span { border-color: rgb(229,189,230); }
td.TdClassName
{
border-color: #E5BDE6;
}
.TagClassName
{
border-color: #E5BDE6;
}
</style>