Shades of Thistle #E6BFE9
Tints of Thistle #E6BFE9
RGB
CMYK
RGB Variations
Color information
#E6BFE9 (or 0xE6BFE9) is known color: Thistle. HEX triplet: E6, BF and E9. RGB value is (230,191,233). Sum of RGB (Red+Green+Blue) = 230+191+233=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6BFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFE9 is #194016. Grayscale: #CFCFCF. Windows color (decimal): -1654807 or 15319014. OLE color: 15319014.
HSL color Cylindrical-coordinate representation of color #E6BFE9: hue angle of 295.71º degrees, saturation: 0.49, 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 #E6BFE9 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 191 | 233 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.09 |
| HSL | 295.71º | 0.49% | 0.83% | - |
| HSV(B) | 295.71º | 0.18% | 0.91% | - |
| XYZ | 65.97 | 59.97 | 85.19 | - |
| YUV | 207.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 233 | 0.01 | 0.18 | 0 | 0.09 | 295.71 | 0.49 | 0.83 |
| Hex | E6 | BF | E9 | 1 | 12 | 0 | 9 | 128 | 31 | 53 |
| Octal | 346 | 277 | 351 | 1 | 22 | 0 | 11 | 450 | 61 | 123 |
| Binary | 11100110 | 10111111 | 11101001 | 1 | 10010 | 0 | 1001 | 100101000 | 110001 | 1010011 |
Color Harmonies of #E6BFE9
Complementary color
Monochromatic Colors of #E6BFE9
Black with #E6BFE9
Text Example
Text Example
White with #E6BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFE9; }
p { color: rgb(230,191,233); }
H1.HeaderClassName
{
color: #E6BFE9;
}
.AnyTagClassName
{
color: #E6BFE9;
}
</style>
background-color css
<style>
a { background-color: #E6BFE9; }
a { background-color: rgb(230,191,233); }
div.DivClassName
{
background-color: #E6BFE9;
}
.BgClassName
{
background-color: #E6BFE9;
}
</style>
border-color css
<style>
span { border-color: #E6BFE9; }
span { border-color: rgb(230,191,233); }
td.TdClassName
{
border-color: #E6BFE9;
}
.TagClassName
{
border-color: #E6BFE9;
}
</style>