Shades of Thistle #E1BDE6
Tints of Thistle #E1BDE6
RGB
CMYK
RGB Variations
Color information
#E1BDE6 (or 0xE1BDE6) is known color: Thistle. HEX triplet: E1, BD and E6. RGB value is (225,189,230). Sum of RGB (Red+Green+Blue) = 225+189+230=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDE6 is #1E4219. Grayscale: #CCCCCC. Windows color (decimal): -1983002 or 15121889. OLE color: 15121889.
HSL color Cylindrical-coordinate representation of color #E1BDE6: hue angle of 292.68º 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 #E1BDE6 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 189 | 230 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.10 |
| HSL | 292.68º | 0.45% | 0.82% | - |
| HSV(B) | 292.68º | 0.18% | 0.9% | - |
| XYZ | 63.53 | 58.12 | 82.73 | - |
| YUV | 204.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 230 | 0.02 | 0.18 | 0 | 0.10 | 292.68 | 0.45 | 0.82 |
| Hex | E1 | BD | E6 | 2 | 12 | 0 | A | 125 | 2D | 52 |
| Octal | 341 | 275 | 346 | 2 | 22 | 0 | 12 | 445 | 55 | 122 |
| Binary | 11100001 | 10111101 | 11100110 | 10 | 10010 | 0 | 1010 | 100100101 | 101101 | 1010010 |
Color Harmonies of #E1BDE6
Complementary color
Monochromatic Colors of #E1BDE6
Black with #E1BDE6
Text Example
Text Example
White with #E1BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDE6; }
p { color: rgb(225,189,230); }
H1.HeaderClassName
{
color: #E1BDE6;
}
.AnyTagClassName
{
color: #E1BDE6;
}
</style>
background-color css
<style>
a { background-color: #E1BDE6; }
a { background-color: rgb(225,189,230); }
div.DivClassName
{
background-color: #E1BDE6;
}
.BgClassName
{
background-color: #E1BDE6;
}
</style>
border-color css
<style>
span { border-color: #E1BDE6; }
span { border-color: rgb(225,189,230); }
td.TdClassName
{
border-color: #E1BDE6;
}
.TagClassName
{
border-color: #E1BDE6;
}
</style>