Shades of Thistle #E6BCEA
Tints of Thistle #E6BCEA
RGB
CMYK
RGB Variations
Color information
#E6BCEA (or 0xE6BCEA) is known color: Thistle. HEX triplet: E6, BC and EA. RGB value is (230,188,234). Sum of RGB (Red+Green+Blue) = 230+188+234=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6BCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCEA is #194315. Grayscale: #CDCDCD. Windows color (decimal): -1655574 or 15383782. OLE color: 15383782.
HSL color Cylindrical-coordinate representation of color #E6BCEA: hue angle of 294.78º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6BCEA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 188 | 234 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.08 |
| HSL | 294.78º | 0.52% | 0.83% | - |
| HSV(B) | 294.78º | 0.2% | 0.92% | - |
| XYZ | 65.47 | 58.73 | 85.73 | - |
| YUV | 205.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 234 | 0.02 | 0.20 | 0 | 0.08 | 294.78 | 0.52 | 0.83 |
| Hex | E6 | BC | EA | 2 | 14 | 0 | 8 | 127 | 34 | 53 |
| Octal | 346 | 274 | 352 | 2 | 24 | 0 | 10 | 447 | 64 | 123 |
| Binary | 11100110 | 10111100 | 11101010 | 10 | 10100 | 0 | 1000 | 100100111 | 110100 | 1010011 |
Color Harmonies of #E6BCEA
Complementary color
Monochromatic Colors of #E6BCEA
Black with #E6BCEA
Text Example
Text Example
White with #E6BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCEA; }
p { color: rgb(230,188,234); }
H1.HeaderClassName
{
color: #E6BCEA;
}
.AnyTagClassName
{
color: #E6BCEA;
}
</style>
background-color css
<style>
a { background-color: #E6BCEA; }
a { background-color: rgb(230,188,234); }
div.DivClassName
{
background-color: #E6BCEA;
}
.BgClassName
{
background-color: #E6BCEA;
}
</style>
border-color css
<style>
span { border-color: #E6BCEA; }
span { border-color: rgb(230,188,234); }
td.TdClassName
{
border-color: #E6BCEA;
}
.TagClassName
{
border-color: #E6BCEA;
}
</style>