Shades of Thistle #E9B9ED
Tints of Thistle #E9B9ED
RGB
CMYK
RGB Variations
Color information
#E9B9ED (or 0xE9B9ED) is known color: Thistle. HEX triplet: E9, B9 and ED. RGB value is (233,185,237). Sum of RGB (Red+Green+Blue) = 233+185+237=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9B9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B9ED is #164612. Grayscale: #CDCDCD. Windows color (decimal): -1459731 or 15579625. OLE color: 15579625.
HSL color Cylindrical-coordinate representation of color #E9B9ED: hue angle of 295.38º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9B9ED is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 185 | 237 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.07 |
| HSL | 295.38º | 0.59% | 0.83% | - |
| HSV(B) | 295.38º | 0.22% | 0.93% | - |
| XYZ | 66.24 | 58.14 | 87.85 | - |
| YUV | 205.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 185 | 237 | 0.02 | 0.22 | 0 | 0.07 | 295.38 | 0.59 | 0.83 |
| Hex | E9 | B9 | ED | 2 | 16 | 0 | 7 | 127 | 3B | 53 |
| Octal | 351 | 271 | 355 | 2 | 26 | 0 | 7 | 447 | 73 | 123 |
| Binary | 11101001 | 10111001 | 11101101 | 10 | 10110 | 0 | 111 | 100100111 | 111011 | 1010011 |
Color Harmonies of #E9B9ED
Complementary color
Monochromatic Colors of #E9B9ED
Black with #E9B9ED
Text Example
Text Example
White with #E9B9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B9ED; }
p { color: rgb(233,185,237); }
H1.HeaderClassName
{
color: #E9B9ED;
}
.AnyTagClassName
{
color: #E9B9ED;
}
</style>
background-color css
<style>
a { background-color: #E9B9ED; }
a { background-color: rgb(233,185,237); }
div.DivClassName
{
background-color: #E9B9ED;
}
.BgClassName
{
background-color: #E9B9ED;
}
</style>
border-color css
<style>
span { border-color: #E9B9ED; }
span { border-color: rgb(233,185,237); }
td.TdClassName
{
border-color: #E9B9ED;
}
.TagClassName
{
border-color: #E9B9ED;
}
</style>