Shades of Thistle #E9BDEC
Tints of Thistle #E9BDEC
RGB
CMYK
RGB Variations
Color information
#E9BDEC (or 0xE9BDEC) is known color: Thistle. HEX triplet: E9, BD and EC. RGB value is (233,189,236). Sum of RGB (Red+Green+Blue) = 233+189+236=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDEC is #164213. Grayscale: #CFCFCF. Windows color (decimal): -1458708 or 15515113. OLE color: 15515113.
HSL color Cylindrical-coordinate representation of color #E9BDEC: hue angle of 296.17º 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 #E9BDEC is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 189 | 236 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.07 |
| HSL | 296.17º | 0.55% | 0.83% | - |
| HSV(B) | 296.17º | 0.2% | 0.93% | - |
| XYZ | 66.94 | 59.77 | 87.37 | - |
| YUV | 207.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 236 | 0.01 | 0.20 | 0 | 0.07 | 296.17 | 0.55 | 0.83 |
| Hex | E9 | BD | EC | 1 | 14 | 0 | 7 | 128 | 37 | 53 |
| Octal | 351 | 275 | 354 | 1 | 24 | 0 | 7 | 450 | 67 | 123 |
| Binary | 11101001 | 10111101 | 11101100 | 1 | 10100 | 0 | 111 | 100101000 | 110111 | 1010011 |
Color Harmonies of #E9BDEC
Complementary color
Monochromatic Colors of #E9BDEC
Black with #E9BDEC
Text Example
Text Example
White with #E9BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDEC; }
p { color: rgb(233,189,236); }
H1.HeaderClassName
{
color: #E9BDEC;
}
.AnyTagClassName
{
color: #E9BDEC;
}
</style>
background-color css
<style>
a { background-color: #E9BDEC; }
a { background-color: rgb(233,189,236); }
div.DivClassName
{
background-color: #E9BDEC;
}
.BgClassName
{
background-color: #E9BDEC;
}
</style>
border-color css
<style>
span { border-color: #E9BDEC; }
span { border-color: rgb(233,189,236); }
td.TdClassName
{
border-color: #E9BDEC;
}
.TagClassName
{
border-color: #E9BDEC;
}
</style>