Shades of Thistle #E6BBE8
Tints of Thistle #E6BBE8
RGB
CMYK
RGB Variations
Color information
#E6BBE8 (or 0xE6BBE8) is known color: Thistle. HEX triplet: E6, BB and E8. RGB value is (230,187,232). Sum of RGB (Red+Green+Blue) = 230+187+232=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #E6BBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBE8 is #194417. Grayscale: #CCCCCC. Windows color (decimal): -1655832 or 15252454. OLE color: 15252454.
HSL color Cylindrical-coordinate representation of color #E6BBE8: hue angle of 297.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BBE8 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 187 | 232 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.09 |
| HSL | 297.33º | 0.49% | 0.82% | - |
| HSV(B) | 297.33º | 0.19% | 0.91% | - |
| XYZ | 64.97 | 58.19 | 84.15 | - |
| YUV | 204.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 232 | 0.01 | 0.19 | 0 | 0.09 | 297.33 | 0.49 | 0.82 |
| Hex | E6 | BB | E8 | 1 | 13 | 0 | 9 | 129 | 31 | 52 |
| Octal | 346 | 273 | 350 | 1 | 23 | 0 | 11 | 451 | 61 | 122 |
| Binary | 11100110 | 10111011 | 11101000 | 1 | 10011 | 0 | 1001 | 100101001 | 110001 | 1010010 |
Color Harmonies of #E6BBE8
Complementary color
Monochromatic Colors of #E6BBE8
Black with #E6BBE8
Text Example
Text Example
White with #E6BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBE8; }
p { color: rgb(230,187,232); }
H1.HeaderClassName
{
color: #E6BBE8;
}
.AnyTagClassName
{
color: #E6BBE8;
}
</style>
background-color css
<style>
a { background-color: #E6BBE8; }
a { background-color: rgb(230,187,232); }
div.DivClassName
{
background-color: #E6BBE8;
}
.BgClassName
{
background-color: #E6BBE8;
}
</style>
border-color css
<style>
span { border-color: #E6BBE8; }
span { border-color: rgb(230,187,232); }
td.TdClassName
{
border-color: #E6BBE8;
}
.TagClassName
{
border-color: #E6BBE8;
}
</style>