Shades of Thistle #E6BAEA
Tints of Thistle #E6BAEA
RGB
CMYK
RGB Variations
Color information
#E6BAEA (or 0xE6BAEA) is known color: Thistle. HEX triplet: E6, BA and EA. RGB value is (230,186,234). Sum of RGB (Red+Green+Blue) = 230+186+234=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6BAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAEA is #194515. Grayscale: #CCCCCC. Windows color (decimal): -1656086 or 15383270. OLE color: 15383270.
HSL color Cylindrical-coordinate representation of color #E6BAEA: hue angle of 295º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BAEA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 186 | 234 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.08 |
| HSL | 295º | 0.53% | 0.82% | - |
| HSV(B) | 295º | 0.21% | 0.92% | - |
| XYZ | 65.04 | 57.88 | 85.59 | - |
| YUV | 204.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 234 | 0.02 | 0.21 | 0 | 0.08 | 295 | 0.53 | 0.82 |
| Hex | E6 | BA | EA | 2 | 15 | 0 | 8 | 127 | 35 | 52 |
| Octal | 346 | 272 | 352 | 2 | 25 | 0 | 10 | 447 | 65 | 122 |
| Binary | 11100110 | 10111010 | 11101010 | 10 | 10101 | 0 | 1000 | 100100111 | 110101 | 1010010 |
Color Harmonies of #E6BAEA
Complementary color
Monochromatic Colors of #E6BAEA
Black with #E6BAEA
Text Example
Text Example
White with #E6BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAEA; }
p { color: rgb(230,186,234); }
H1.HeaderClassName
{
color: #E6BAEA;
}
.AnyTagClassName
{
color: #E6BAEA;
}
</style>
background-color css
<style>
a { background-color: #E6BAEA; }
a { background-color: rgb(230,186,234); }
div.DivClassName
{
background-color: #E6BAEA;
}
.BgClassName
{
background-color: #E6BAEA;
}
</style>
border-color css
<style>
span { border-color: #E6BAEA; }
span { border-color: rgb(230,186,234); }
td.TdClassName
{
border-color: #E6BAEA;
}
.TagClassName
{
border-color: #E6BAEA;
}
</style>