Shades of Thistle #EABBED
Tints of Thistle #EABBED
RGB
CMYK
RGB Variations
Color information
#EABBED (or 0xEABBED) is known color: Thistle. HEX triplet: EA, BB and ED. RGB value is (234,187,237). Sum of RGB (Red+Green+Blue) = 234+187+237=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #EABBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBED is #154412. Grayscale: #CECECE. Windows color (decimal): -1393683 or 15580138. OLE color: 15580138.
HSL color Cylindrical-coordinate representation of color #EABBED: hue angle of 296.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABBED is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 187 | 237 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.07 |
| HSL | 296.4º | 0.58% | 0.83% | - |
| HSV(B) | 296.4º | 0.21% | 0.93% | - |
| XYZ | 66.99 | 59.15 | 88.01 | - |
| YUV | 206.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 237 | 0.01 | 0.21 | 0 | 0.07 | 296.4 | 0.58 | 0.83 |
| Hex | EA | BB | ED | 1 | 15 | 0 | 7 | 128 | 3A | 53 |
| Octal | 352 | 273 | 355 | 1 | 25 | 0 | 7 | 450 | 72 | 123 |
| Binary | 11101010 | 10111011 | 11101101 | 1 | 10101 | 0 | 111 | 100101000 | 111010 | 1010011 |
Color Harmonies of #EABBED
Complementary color
Monochromatic Colors of #EABBED
Black with #EABBED
Text Example
Text Example
White with #EABBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBED; }
p { color: rgb(234,187,237); }
H1.HeaderClassName
{
color: #EABBED;
}
.AnyTagClassName
{
color: #EABBED;
}
</style>
background-color css
<style>
a { background-color: #EABBED; }
a { background-color: rgb(234,187,237); }
div.DivClassName
{
background-color: #EABBED;
}
.BgClassName
{
background-color: #EABBED;
}
</style>
border-color css
<style>
span { border-color: #EABBED; }
span { border-color: rgb(234,187,237); }
td.TdClassName
{
border-color: #EABBED;
}
.TagClassName
{
border-color: #EABBED;
}
</style>