Shades of Thistle #E4BDEC
Tints of Thistle #E4BDEC
RGB
CMYK
RGB Variations
Color information
#E4BDEC (or 0xE4BDEC) is known color: Thistle. HEX triplet: E4, BD and EC. RGB value is (228,189,236). Sum of RGB (Red+Green+Blue) = 228+189+236=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDEC is #1B4213. Grayscale: #CDCDCD. Windows color (decimal): -1786388 or 15515108. OLE color: 15515108.
HSL color Cylindrical-coordinate representation of color #E4BDEC: hue angle of 289.79º 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 #E4BDEC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 189 | 236 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.07 |
| HSL | 289.79º | 0.55% | 0.83% | - |
| HSV(B) | 289.79º | 0.2% | 0.93% | - |
| XYZ | 65.33 | 58.95 | 87.29 | - |
| YUV | 206.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 236 | 0.03 | 0.20 | 0 | 0.07 | 289.79 | 0.55 | 0.83 |
| Hex | E4 | BD | EC | 3 | 14 | 0 | 7 | 122 | 37 | 53 |
| Octal | 344 | 275 | 354 | 3 | 24 | 0 | 7 | 442 | 67 | 123 |
| Binary | 11100100 | 10111101 | 11101100 | 11 | 10100 | 0 | 111 | 100100010 | 110111 | 1010011 |
Color Harmonies of #E4BDEC
Complementary color
Monochromatic Colors of #E4BDEC
Black with #E4BDEC
Text Example
Text Example
White with #E4BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDEC; }
p { color: rgb(228,189,236); }
H1.HeaderClassName
{
color: #E4BDEC;
}
.AnyTagClassName
{
color: #E4BDEC;
}
</style>
background-color css
<style>
a { background-color: #E4BDEC; }
a { background-color: rgb(228,189,236); }
div.DivClassName
{
background-color: #E4BDEC;
}
.BgClassName
{
background-color: #E4BDEC;
}
</style>
border-color css
<style>
span { border-color: #E4BDEC; }
span { border-color: rgb(228,189,236); }
td.TdClassName
{
border-color: #E4BDEC;
}
.TagClassName
{
border-color: #E4BDEC;
}
</style>