Shades of Thistle #E5BDEC
Tints of Thistle #E5BDEC
RGB
CMYK
RGB Variations
Color information
#E5BDEC (or 0xE5BDEC) is known color: Thistle. HEX triplet: E5, BD and EC. RGB value is (229,189,236). Sum of RGB (Red+Green+Blue) = 229+189+236=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDEC is #1A4213. Grayscale: #CECECE. Windows color (decimal): -1720852 or 15515109. OLE color: 15515109.
HSL color Cylindrical-coordinate representation of color #E5BDEC: hue angle of 291.06º 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 #E5BDEC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 189 | 236 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.07 |
| HSL | 291.06º | 0.55% | 0.83% | - |
| HSV(B) | 291.06º | 0.2% | 0.93% | - |
| XYZ | 65.65 | 59.11 | 87.31 | - |
| YUV | 206.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 236 | 0.03 | 0.20 | 0 | 0.07 | 291.06 | 0.55 | 0.83 |
| Hex | E5 | BD | EC | 3 | 14 | 0 | 7 | 123 | 37 | 53 |
| Octal | 345 | 275 | 354 | 3 | 24 | 0 | 7 | 443 | 67 | 123 |
| Binary | 11100101 | 10111101 | 11101100 | 11 | 10100 | 0 | 111 | 100100011 | 110111 | 1010011 |
Color Harmonies of #E5BDEC
Complementary color
Monochromatic Colors of #E5BDEC
Black with #E5BDEC
Text Example
Text Example
White with #E5BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDEC; }
p { color: rgb(229,189,236); }
H1.HeaderClassName
{
color: #E5BDEC;
}
.AnyTagClassName
{
color: #E5BDEC;
}
</style>
background-color css
<style>
a { background-color: #E5BDEC; }
a { background-color: rgb(229,189,236); }
div.DivClassName
{
background-color: #E5BDEC;
}
.BgClassName
{
background-color: #E5BDEC;
}
</style>
border-color css
<style>
span { border-color: #E5BDEC; }
span { border-color: rgb(229,189,236); }
td.TdClassName
{
border-color: #E5BDEC;
}
.TagClassName
{
border-color: #E5BDEC;
}
</style>