Shades of Thistle #E6BEE8
Tints of Thistle #E6BEE8
RGB
CMYK
RGB Variations
Color information
#E6BEE8 (or 0xE6BEE8) is known color: Thistle. HEX triplet: E6, BE and E8. RGB value is (230,190,232). Sum of RGB (Red+Green+Blue) = 230+190+232=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #E6BEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEE8 is #194117. Grayscale: #CECECE. Windows color (decimal): -1655064 or 15253222. OLE color: 15253222.
HSL color Cylindrical-coordinate representation of color #E6BEE8: hue angle of 297.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BEE8 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 230 | 190 | 232 | - |
CMYK | 0.01 | 0.18 | 0 | 0.09 |
HSL | 297.14º | 0.48% | 0.83% | - |
HSV(B) | 297.14º | 0.18% | 0.91% | - |
XYZ | 65.61 | 59.48 | 84.37 | - |
YUV | 206.75 | 142.25 | 144.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 190 | 232 | 0.01 | 0.18 | 0 | 0.09 | 297.14 | 0.48 | 0.83 |
Hex | E6 | BE | E8 | 1 | 12 | 0 | 9 | 129 | 30 | 53 |
Octal | 346 | 276 | 350 | 1 | 22 | 0 | 11 | 451 | 60 | 123 |
Binary | 11100110 | 10111110 | 11101000 | 1 | 10010 | 0 | 1001 | 100101001 | 110000 | 1010011 |
Color Harmonies of #E6BEE8
Complementary color
Monochromatic Colors of #E6BEE8
Black with #E6BEE8
Text Example
Text Example
White with #E6BEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BEE8; }
p { color: rgb(230,190,232); }
H1.HeaderClassName
{
color: #E6BEE8;
}
.AnyTagClassName
{
color: #E6BEE8;
}
</style>
background-color css
<style>
a { background-color: #E6BEE8; }
a { background-color: rgb(230,190,232); }
div.DivClassName
{
background-color: #E6BEE8;
}
.BgClassName
{
background-color: #E6BEE8;
}
</style>
border-color css
<style>
span { border-color: #E6BEE8; }
span { border-color: rgb(230,190,232); }
td.TdClassName
{
border-color: #E6BEE8;
}
.TagClassName
{
border-color: #E6BEE8;
}
</style>