Shades of Thistle #E6BDE9
Tints of Thistle #E6BDE9
RGB
CMYK
RGB Variations
Color information
#E6BDE9 (or 0xE6BDE9) is known color: Thistle. HEX triplet: E6, BD and E9. RGB value is (230,189,233). Sum of RGB (Red+Green+Blue) = 230+189+233=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6BDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDE9 is #194216. Grayscale: #CECECE. Windows color (decimal): -1655319 or 15318502. OLE color: 15318502.
HSL color Cylindrical-coordinate representation of color #E6BDE9: hue angle of 295.91º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BDE9 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 189 | 233 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.09 |
| HSL | 295.91º | 0.5% | 0.83% | - |
| HSV(B) | 295.91º | 0.19% | 0.91% | - |
| XYZ | 65.54 | 59.1 | 85.04 | - |
| YUV | 206.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 233 | 0.01 | 0.19 | 0 | 0.09 | 295.91 | 0.5 | 0.83 |
| Hex | E6 | BD | E9 | 1 | 13 | 0 | 9 | 128 | 32 | 53 |
| Octal | 346 | 275 | 351 | 1 | 23 | 0 | 11 | 450 | 62 | 123 |
| Binary | 11100110 | 10111101 | 11101001 | 1 | 10011 | 0 | 1001 | 100101000 | 110010 | 1010011 |
Color Harmonies of #E6BDE9
Complementary color
Monochromatic Colors of #E6BDE9
Black with #E6BDE9
Text Example
Text Example
White with #E6BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDE9; }
p { color: rgb(230,189,233); }
H1.HeaderClassName
{
color: #E6BDE9;
}
.AnyTagClassName
{
color: #E6BDE9;
}
</style>
background-color css
<style>
a { background-color: #E6BDE9; }
a { background-color: rgb(230,189,233); }
div.DivClassName
{
background-color: #E6BDE9;
}
.BgClassName
{
background-color: #E6BDE9;
}
</style>
border-color css
<style>
span { border-color: #E6BDE9; }
span { border-color: rgb(230,189,233); }
td.TdClassName
{
border-color: #E6BDE9;
}
.TagClassName
{
border-color: #E6BDE9;
}
</style>