Shades of Thistle #E7BDEC
Tints of Thistle #E7BDEC
RGB
CMYK
RGB Variations
Color information
#E7BDEC (or 0xE7BDEC) is known color: Thistle. HEX triplet: E7, BD and EC. RGB value is (231,189,236). Sum of RGB (Red+Green+Blue) = 231+189+236=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDEC is #184213. Grayscale: #CECECE. Windows color (decimal): -1589780 or 15515111. OLE color: 15515111.
HSL color Cylindrical-coordinate representation of color #E7BDEC: hue angle of 293.62º 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 #E7BDEC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 189 | 236 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.07 |
| HSL | 293.62º | 0.55% | 0.83% | - |
| HSV(B) | 293.62º | 0.2% | 0.93% | - |
| XYZ | 66.29 | 59.44 | 87.34 | - |
| YUV | 206.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 236 | 0.02 | 0.20 | 0 | 0.07 | 293.62 | 0.55 | 0.83 |
| Hex | E7 | BD | EC | 2 | 14 | 0 | 7 | 126 | 37 | 53 |
| Octal | 347 | 275 | 354 | 2 | 24 | 0 | 7 | 446 | 67 | 123 |
| Binary | 11100111 | 10111101 | 11101100 | 10 | 10100 | 0 | 111 | 100100110 | 110111 | 1010011 |
Color Harmonies of #E7BDEC
Complementary color
Monochromatic Colors of #E7BDEC
Black with #E7BDEC
Text Example
Text Example
White with #E7BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDEC; }
p { color: rgb(231,189,236); }
H1.HeaderClassName
{
color: #E7BDEC;
}
.AnyTagClassName
{
color: #E7BDEC;
}
</style>
background-color css
<style>
a { background-color: #E7BDEC; }
a { background-color: rgb(231,189,236); }
div.DivClassName
{
background-color: #E7BDEC;
}
.BgClassName
{
background-color: #E7BDEC;
}
</style>
border-color css
<style>
span { border-color: #E7BDEC; }
span { border-color: rgb(231,189,236); }
td.TdClassName
{
border-color: #E7BDEC;
}
.TagClassName
{
border-color: #E7BDEC;
}
</style>