Shades of Thistle #E2BDEA
Tints of Thistle #E2BDEA
RGB
CMYK
RGB Variations
Color information
#E2BDEA (or 0xE2BDEA) is known color: Thistle. HEX triplet: E2, BD and EA. RGB value is (226,189,234). Sum of RGB (Red+Green+Blue) = 226+189+234=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDEA is #1D4215. Grayscale: #CDCDCD. Windows color (decimal): -1917462 or 15384034. OLE color: 15384034.
HSL color Cylindrical-coordinate representation of color #E2BDEA: hue angle of 289.33º 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 #E2BDEA is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 189 | 234 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.08 |
| HSL | 289.33º | 0.52% | 0.83% | - |
| HSV(B) | 289.33º | 0.19% | 0.92% | - |
| XYZ | 64.41 | 58.5 | 85.74 | - |
| YUV | 205.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 234 | 0.03 | 0.19 | 0 | 0.08 | 289.33 | 0.52 | 0.83 |
| Hex | E2 | BD | EA | 3 | 13 | 0 | 8 | 121 | 34 | 53 |
| Octal | 342 | 275 | 352 | 3 | 23 | 0 | 10 | 441 | 64 | 123 |
| Binary | 11100010 | 10111101 | 11101010 | 11 | 10011 | 0 | 1000 | 100100001 | 110100 | 1010011 |
Color Harmonies of #E2BDEA
Complementary color
Monochromatic Colors of #E2BDEA
Black with #E2BDEA
Text Example
Text Example
White with #E2BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDEA; }
p { color: rgb(226,189,234); }
H1.HeaderClassName
{
color: #E2BDEA;
}
.AnyTagClassName
{
color: #E2BDEA;
}
</style>
background-color css
<style>
a { background-color: #E2BDEA; }
a { background-color: rgb(226,189,234); }
div.DivClassName
{
background-color: #E2BDEA;
}
.BgClassName
{
background-color: #E2BDEA;
}
</style>
border-color css
<style>
span { border-color: #E2BDEA; }
span { border-color: rgb(226,189,234); }
td.TdClassName
{
border-color: #E2BDEA;
}
.TagClassName
{
border-color: #E2BDEA;
}
</style>