Shades of Thistle #E2BDE6
Tints of Thistle #E2BDE6
RGB
CMYK
RGB Variations
Color information
#E2BDE6 (or 0xE2BDE6) is known color: Thistle. HEX triplet: E2, BD and E6. RGB value is (226,189,230). Sum of RGB (Red+Green+Blue) = 226+189+230=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDE6 is #1D4219. Grayscale: #CCCCCC. Windows color (decimal): -1917466 or 15121890. OLE color: 15121890.
HSL color Cylindrical-coordinate representation of color #E2BDE6: hue angle of 294.15º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BDE6 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 189 | 230 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.10 |
| HSL | 294.15º | 0.45% | 0.82% | - |
| HSV(B) | 294.15º | 0.18% | 0.9% | - |
| XYZ | 63.84 | 58.28 | 82.75 | - |
| YUV | 204.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 230 | 0.02 | 0.18 | 0 | 0.10 | 294.15 | 0.45 | 0.82 |
| Hex | E2 | BD | E6 | 2 | 12 | 0 | A | 126 | 2D | 52 |
| Octal | 342 | 275 | 346 | 2 | 22 | 0 | 12 | 446 | 55 | 122 |
| Binary | 11100010 | 10111101 | 11100110 | 10 | 10010 | 0 | 1010 | 100100110 | 101101 | 1010010 |
Color Harmonies of #E2BDE6
Complementary color
Monochromatic Colors of #E2BDE6
Black with #E2BDE6
Text Example
Text Example
White with #E2BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDE6; }
p { color: rgb(226,189,230); }
H1.HeaderClassName
{
color: #E2BDE6;
}
.AnyTagClassName
{
color: #E2BDE6;
}
</style>
background-color css
<style>
a { background-color: #E2BDE6; }
a { background-color: rgb(226,189,230); }
div.DivClassName
{
background-color: #E2BDE6;
}
.BgClassName
{
background-color: #E2BDE6;
}
</style>
border-color css
<style>
span { border-color: #E2BDE6; }
span { border-color: rgb(226,189,230); }
td.TdClassName
{
border-color: #E2BDE6;
}
.TagClassName
{
border-color: #E2BDE6;
}
</style>