Shades of Thistle #E6BFE6
Tints of Thistle #E6BFE6
RGB
CMYK
RGB Variations
Color information
#E6BFE6 (or 0xE6BFE6) is known color: Thistle. HEX triplet: E6, BF and E6. RGB value is (230,191,230). Sum of RGB (Red+Green+Blue) = 230+191+230=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E6BFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFE6 is #194019. Grayscale: #CECECE. Windows color (decimal): -1654810 or 15122406. OLE color: 15122406.
HSL color Cylindrical-coordinate representation of color #E6BFE6: hue angle of 300º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFE6 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 230 | - |
| CMYK | 0 | 0.17 | 0 | 0.10 |
| HSL | 300º | 0.44% | 0.83% | - |
| HSV(B) | 300º | 0.17% | 0.9% | - |
| XYZ | 65.55 | 59.8 | 82.95 | - |
| YUV | 207.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 230 | 0 | 0.17 | 0 | 0.10 | 300 | 0.44 | 0.83 |
| Hex | E6 | BF | E6 | 0 | 11 | 0 | A | 12C | 2C | 53 |
| Octal | 346 | 277 | 346 | 0 | 21 | 0 | 12 | 454 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11100110 | 0 | 10001 | 0 | 1010 | 100101100 | 101100 | 1010011 |
Color Harmonies of #E6BFE6
Complementary color
Monochromatic Colors of #E6BFE6
Black with #E6BFE6
Text Example
Text Example
White with #E6BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFE6; }
p { color: rgb(230,191,230); }
H1.HeaderClassName
{
color: #E6BFE6;
}
.AnyTagClassName
{
color: #E6BFE6;
}
</style>
background-color css
<style>
a { background-color: #E6BFE6; }
a { background-color: rgb(230,191,230); }
div.DivClassName
{
background-color: #E6BFE6;
}
.BgClassName
{
background-color: #E6BFE6;
}
</style>
border-color css
<style>
span { border-color: #E6BFE6; }
span { border-color: rgb(230,191,230); }
td.TdClassName
{
border-color: #E6BFE6;
}
.TagClassName
{
border-color: #E6BFE6;
}
</style>