Shades of Thistle #E8BDEB
Tints of Thistle #E8BDEB
RGB
CMYK
RGB Variations
Color information
#E8BDEB (or 0xE8BDEB) is known color: Thistle. HEX triplet: E8, BD and EB. RGB value is (232,189,235). Sum of RGB (Red+Green+Blue) = 232+189+235=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8BDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDEB is #174214. Grayscale: #CECECE. Windows color (decimal): -1524245 or 15449576. OLE color: 15449576.
HSL color Cylindrical-coordinate representation of color #E8BDEB: hue angle of 296.09º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BDEB is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 189 | 235 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.08 |
| HSL | 296.09º | 0.53% | 0.83% | - |
| HSV(B) | 296.09º | 0.2% | 0.92% | - |
| XYZ | 66.47 | 59.55 | 86.59 | - |
| YUV | 207.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 235 | 0.01 | 0.20 | 0 | 0.08 | 296.09 | 0.53 | 0.83 |
| Hex | E8 | BD | EB | 1 | 14 | 0 | 8 | 128 | 35 | 53 |
| Octal | 350 | 275 | 353 | 1 | 24 | 0 | 10 | 450 | 65 | 123 |
| Binary | 11101000 | 10111101 | 11101011 | 1 | 10100 | 0 | 1000 | 100101000 | 110101 | 1010011 |
Color Harmonies of #E8BDEB
Complementary color
Monochromatic Colors of #E8BDEB
Black with #E8BDEB
Text Example
Text Example
White with #E8BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDEB; }
p { color: rgb(232,189,235); }
H1.HeaderClassName
{
color: #E8BDEB;
}
.AnyTagClassName
{
color: #E8BDEB;
}
</style>
background-color css
<style>
a { background-color: #E8BDEB; }
a { background-color: rgb(232,189,235); }
div.DivClassName
{
background-color: #E8BDEB;
}
.BgClassName
{
background-color: #E8BDEB;
}
</style>
border-color css
<style>
span { border-color: #E8BDEB; }
span { border-color: rgb(232,189,235); }
td.TdClassName
{
border-color: #E8BDEB;
}
.TagClassName
{
border-color: #E8BDEB;
}
</style>