Shades of Thistle #E6BFEA
Tints of Thistle #E6BFEA
RGB
CMYK
RGB Variations
Color information
#E6BFEA (or 0xE6BFEA) is known color: Thistle. HEX triplet: E6, BF and EA. RGB value is (230,191,234). Sum of RGB (Red+Green+Blue) = 230+191+234=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6BFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFEA is #194015. Grayscale: #CFCFCF. Windows color (decimal): -1654806 or 15384550. OLE color: 15384550.
HSL color Cylindrical-coordinate representation of color #E6BFEA: hue angle of 294.42º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BFEA is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 191 | 234 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.08 |
| HSL | 294.42º | 0.51% | 0.83% | - |
| HSV(B) | 294.42º | 0.18% | 0.92% | - |
| XYZ | 66.12 | 60.03 | 85.94 | - |
| YUV | 207.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 234 | 0.02 | 0.18 | 0 | 0.08 | 294.42 | 0.51 | 0.83 |
| Hex | E6 | BF | EA | 2 | 12 | 0 | 8 | 126 | 33 | 53 |
| Octal | 346 | 277 | 352 | 2 | 22 | 0 | 10 | 446 | 63 | 123 |
| Binary | 11100110 | 10111111 | 11101010 | 10 | 10010 | 0 | 1000 | 100100110 | 110011 | 1010011 |
Color Harmonies of #E6BFEA
Complementary color
Monochromatic Colors of #E6BFEA
Black with #E6BFEA
Text Example
Text Example
White with #E6BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFEA; }
p { color: rgb(230,191,234); }
H1.HeaderClassName
{
color: #E6BFEA;
}
.AnyTagClassName
{
color: #E6BFEA;
}
</style>
background-color css
<style>
a { background-color: #E6BFEA; }
a { background-color: rgb(230,191,234); }
div.DivClassName
{
background-color: #E6BFEA;
}
.BgClassName
{
background-color: #E6BFEA;
}
</style>
border-color css
<style>
span { border-color: #E6BFEA; }
span { border-color: rgb(230,191,234); }
td.TdClassName
{
border-color: #E6BFEA;
}
.TagClassName
{
border-color: #E6BFEA;
}
</style>