Shades of Thistle #E7BDEA
Tints of Thistle #E7BDEA
RGB
CMYK
RGB Variations
Color information
#E7BDEA (or 0xE7BDEA) is known color: Thistle. HEX triplet: E7, BD and EA. RGB value is (231,189,234). Sum of RGB (Red+Green+Blue) = 231+189+234=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7BDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDEA is #184215. Grayscale: #CECECE. Windows color (decimal): -1589782 or 15384039. OLE color: 15384039.
HSL color Cylindrical-coordinate representation of color #E7BDEA: hue angle of 296º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BDEA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 189 | 234 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.08 |
| HSL | 296º | 0.52% | 0.83% | - |
| HSV(B) | 296º | 0.19% | 0.92% | - |
| XYZ | 66 | 59.32 | 85.81 | - |
| YUV | 206.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 234 | 0.01 | 0.19 | 0 | 0.08 | 296 | 0.52 | 0.83 |
| Hex | E7 | BD | EA | 1 | 13 | 0 | 8 | 128 | 34 | 53 |
| Octal | 347 | 275 | 352 | 1 | 23 | 0 | 10 | 450 | 64 | 123 |
| Binary | 11100111 | 10111101 | 11101010 | 1 | 10011 | 0 | 1000 | 100101000 | 110100 | 1010011 |
Color Harmonies of #E7BDEA
Complementary color
Monochromatic Colors of #E7BDEA
Black with #E7BDEA
Text Example
Text Example
White with #E7BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDEA; }
p { color: rgb(231,189,234); }
H1.HeaderClassName
{
color: #E7BDEA;
}
.AnyTagClassName
{
color: #E7BDEA;
}
</style>
background-color css
<style>
a { background-color: #E7BDEA; }
a { background-color: rgb(231,189,234); }
div.DivClassName
{
background-color: #E7BDEA;
}
.BgClassName
{
background-color: #E7BDEA;
}
</style>
border-color css
<style>
span { border-color: #E7BDEA; }
span { border-color: rgb(231,189,234); }
td.TdClassName
{
border-color: #E7BDEA;
}
.TagClassName
{
border-color: #E7BDEA;
}
</style>