Shades of Thistle #E8BDEC
Tints of Thistle #E8BDEC
RGB
CMYK
RGB Variations
Color information
#E8BDEC (or 0xE8BDEC) is known color: Thistle. HEX triplet: E8, BD and EC. RGB value is (232,189,236). Sum of RGB (Red+Green+Blue) = 232+189+236=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDEC is #174213. Grayscale: #CFCFCF. Windows color (decimal): -1524244 or 15515112. OLE color: 15515112.
HSL color Cylindrical-coordinate representation of color #E8BDEC: hue angle of 294.89º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BDEC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 189 | 236 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.07 |
| HSL | 294.89º | 0.55% | 0.83% | - |
| HSV(B) | 294.89º | 0.2% | 0.93% | - |
| XYZ | 66.62 | 59.61 | 87.35 | - |
| YUV | 207.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 236 | 0.02 | 0.20 | 0 | 0.07 | 294.89 | 0.55 | 0.83 |
| Hex | E8 | BD | EC | 2 | 14 | 0 | 7 | 127 | 37 | 53 |
| Octal | 350 | 275 | 354 | 2 | 24 | 0 | 7 | 447 | 67 | 123 |
| Binary | 11101000 | 10111101 | 11101100 | 10 | 10100 | 0 | 111 | 100100111 | 110111 | 1010011 |
Color Harmonies of #E8BDEC
Complementary color
Monochromatic Colors of #E8BDEC
Black with #E8BDEC
Text Example
Text Example
White with #E8BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDEC; }
p { color: rgb(232,189,236); }
H1.HeaderClassName
{
color: #E8BDEC;
}
.AnyTagClassName
{
color: #E8BDEC;
}
</style>
background-color css
<style>
a { background-color: #E8BDEC; }
a { background-color: rgb(232,189,236); }
div.DivClassName
{
background-color: #E8BDEC;
}
.BgClassName
{
background-color: #E8BDEC;
}
</style>
border-color css
<style>
span { border-color: #E8BDEC; }
span { border-color: rgb(232,189,236); }
td.TdClassName
{
border-color: #E8BDEC;
}
.TagClassName
{
border-color: #E8BDEC;
}
</style>