Shades of Thistle #E6BBEB
Tints of Thistle #E6BBEB
RGB
CMYK
RGB Variations
Color information
#E6BBEB (or 0xE6BBEB) is known color: Thistle. HEX triplet: E6, BB and EB. RGB value is (230,187,235). Sum of RGB (Red+Green+Blue) = 230+187+235=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6BBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBEB is #194414. Grayscale: #CDCDCD. Windows color (decimal): -1655829 or 15449062. OLE color: 15449062.
HSL color Cylindrical-coordinate representation of color #E6BBEB: hue angle of 293.75º degrees, saturation: 0.55, 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 #E6BBEB is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 187 | 235 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.08 |
| HSL | 293.75º | 0.55% | 0.83% | - |
| HSV(B) | 293.75º | 0.2% | 0.92% | - |
| XYZ | 65.4 | 58.36 | 86.42 | - |
| YUV | 205.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 235 | 0.02 | 0.20 | 0 | 0.08 | 293.75 | 0.55 | 0.83 |
| Hex | E6 | BB | EB | 2 | 14 | 0 | 8 | 126 | 37 | 53 |
| Octal | 346 | 273 | 353 | 2 | 24 | 0 | 10 | 446 | 67 | 123 |
| Binary | 11100110 | 10111011 | 11101011 | 10 | 10100 | 0 | 1000 | 100100110 | 110111 | 1010011 |
Color Harmonies of #E6BBEB
Complementary color
Monochromatic Colors of #E6BBEB
Black with #E6BBEB
Text Example
Text Example
White with #E6BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBEB; }
p { color: rgb(230,187,235); }
H1.HeaderClassName
{
color: #E6BBEB;
}
.AnyTagClassName
{
color: #E6BBEB;
}
</style>
background-color css
<style>
a { background-color: #E6BBEB; }
a { background-color: rgb(230,187,235); }
div.DivClassName
{
background-color: #E6BBEB;
}
.BgClassName
{
background-color: #E6BBEB;
}
</style>
border-color css
<style>
span { border-color: #E6BBEB; }
span { border-color: rgb(230,187,235); }
td.TdClassName
{
border-color: #E6BBEB;
}
.TagClassName
{
border-color: #E6BBEB;
}
</style>