Shades of Thistle #E6BDEA
Tints of Thistle #E6BDEA
RGB
CMYK
RGB Variations
Color information
#E6BDEA (or 0xE6BDEA) is known color: Thistle. HEX triplet: E6, BD and EA. RGB value is (230,189,234). Sum of RGB (Red+Green+Blue) = 230+189+234=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6BDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDEA is #194215. Grayscale: #CECECE. Windows color (decimal): -1655318 or 15384038. OLE color: 15384038.
HSL color Cylindrical-coordinate representation of color #E6BDEA: hue angle of 294.67º 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 #E6BDEA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 189 | 234 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.08 |
| HSL | 294.67º | 0.52% | 0.83% | - |
| HSV(B) | 294.67º | 0.19% | 0.92% | - |
| XYZ | 65.68 | 59.16 | 85.8 | - |
| YUV | 206.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 234 | 0.02 | 0.19 | 0 | 0.08 | 294.67 | 0.52 | 0.83 |
| Hex | E6 | BD | EA | 2 | 13 | 0 | 8 | 127 | 34 | 53 |
| Octal | 346 | 275 | 352 | 2 | 23 | 0 | 10 | 447 | 64 | 123 |
| Binary | 11100110 | 10111101 | 11101010 | 10 | 10011 | 0 | 1000 | 100100111 | 110100 | 1010011 |
Color Harmonies of #E6BDEA
Complementary color
Monochromatic Colors of #E6BDEA
Black with #E6BDEA
Text Example
Text Example
White with #E6BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDEA; }
p { color: rgb(230,189,234); }
H1.HeaderClassName
{
color: #E6BDEA;
}
.AnyTagClassName
{
color: #E6BDEA;
}
</style>
background-color css
<style>
a { background-color: #E6BDEA; }
a { background-color: rgb(230,189,234); }
div.DivClassName
{
background-color: #E6BDEA;
}
.BgClassName
{
background-color: #E6BDEA;
}
</style>
border-color css
<style>
span { border-color: #E6BDEA; }
span { border-color: rgb(230,189,234); }
td.TdClassName
{
border-color: #E6BDEA;
}
.TagClassName
{
border-color: #E6BDEA;
}
</style>