Shades of Thistle #E6BEE6
Tints of Thistle #E6BEE6
RGB
CMYK
RGB Variations
Color information
#E6BEE6 (or 0xE6BEE6) is known color: Thistle. HEX triplet: E6, BE and E6. RGB value is (230,190,230). Sum of RGB (Red+Green+Blue) = 230+190+230=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E6BEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEE6 is #194119. Grayscale: #CECECE. Windows color (decimal): -1655066 or 15122150. OLE color: 15122150.
HSL color Cylindrical-coordinate representation of color #E6BEE6: hue angle of 300º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BEE6 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 190 | 230 | - |
CMYK | 0 | 0.17 | 0 | 0.10 |
HSL | 300º | 0.44% | 0.82% | - |
HSV(B) | 300º | 0.17% | 0.9% | - |
XYZ | 65.33 | 59.36 | 82.88 | - |
YUV | 206.52 | 141.25 | 144.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 190 | 230 | 0 | 0.17 | 0 | 0.10 | 300 | 0.44 | 0.82 |
Hex | E6 | BE | E6 | 0 | 11 | 0 | A | 12C | 2C | 52 |
Octal | 346 | 276 | 346 | 0 | 21 | 0 | 12 | 454 | 54 | 122 |
Binary | 11100110 | 10111110 | 11100110 | 0 | 10001 | 0 | 1010 | 100101100 | 101100 | 1010010 |
Color Harmonies of #E6BEE6
Complementary color
Monochromatic Colors of #E6BEE6
Black with #E6BEE6
Text Example
Text Example
White with #E6BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BEE6; }
p { color: rgb(230,190,230); }
H1.HeaderClassName
{
color: #E6BEE6;
}
.AnyTagClassName
{
color: #E6BEE6;
}
</style>
background-color css
<style>
a { background-color: #E6BEE6; }
a { background-color: rgb(230,190,230); }
div.DivClassName
{
background-color: #E6BEE6;
}
.BgClassName
{
background-color: #E6BEE6;
}
</style>
border-color css
<style>
span { border-color: #E6BEE6; }
span { border-color: rgb(230,190,230); }
td.TdClassName
{
border-color: #E6BEE6;
}
.TagClassName
{
border-color: #E6BEE6;
}
</style>