Shades of Thistle #E6B6EC
Tints of Thistle #E6B6EC
RGB
CMYK
RGB Variations
Color information
#E6B6EC (or 0xE6B6EC) is known color: Thistle. HEX triplet: E6, B6 and EC. RGB value is (230,182,236). Sum of RGB (Red+Green+Blue) = 230+182+236=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 182 (71.48% from 255 or 28.09% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6B6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B6EC is #194913. Grayscale: #CACACA. Windows color (decimal): -1657108 or 15513318. OLE color: 15513318.
HSL color Cylindrical-coordinate representation of color #E6B6EC: hue angle of 293.33º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B6EC is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 182 | 236 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.07 |
| HSL | 293.33º | 0.59% | 0.82% | - |
| HSV(B) | 293.33º | 0.23% | 0.93% | - |
| XYZ | 64.5 | 56.34 | 86.83 | - |
| YUV | 202.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 236 | 0.03 | 0.23 | 0 | 0.07 | 293.33 | 0.59 | 0.82 |
| Hex | E6 | B6 | EC | 3 | 17 | 0 | 7 | 125 | 3B | 52 |
| Octal | 346 | 266 | 354 | 3 | 27 | 0 | 7 | 445 | 73 | 122 |
| Binary | 11100110 | 10110110 | 11101100 | 11 | 10111 | 0 | 111 | 100100101 | 111011 | 1010010 |
Color Harmonies of #E6B6EC
Complementary color
Monochromatic Colors of #E6B6EC
Black with #E6B6EC
Text Example
Text Example
White with #E6B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B6EC; }
p { color: rgb(230,182,236); }
H1.HeaderClassName
{
color: #E6B6EC;
}
.AnyTagClassName
{
color: #E6B6EC;
}
</style>
background-color css
<style>
a { background-color: #E6B6EC; }
a { background-color: rgb(230,182,236); }
div.DivClassName
{
background-color: #E6B6EC;
}
.BgClassName
{
background-color: #E6B6EC;
}
</style>
border-color css
<style>
span { border-color: #E6B6EC; }
span { border-color: rgb(230,182,236); }
td.TdClassName
{
border-color: #E6B6EC;
}
.TagClassName
{
border-color: #E6B6EC;
}
</style>