Shades of Twilight #E0BCCE
Tints of Twilight #E0BCCE
RGB
CMYK
RGB Variations
Color information
#E0BCCE (or 0xE0BCCE) is known color: Twilight. HEX triplet: E0, BC and CE. RGB value is (224,188,206). Sum of RGB (Red+Green+Blue) = 224+188+206=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCCE is #1F4331. Grayscale: #C8C8C8. Windows color (decimal): -2048818 or 13548768. OLE color: 13548768.
HSL color Cylindrical-coordinate representation of color #E0BCCE: hue angle of 330º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BCCE is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 206 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.12 |
| HSL | 330º | 0.37% | 0.81% | - |
| HSV(B) | 330º | 0.16% | 0.88% | - |
| XYZ | 59.86 | 56.27 | 66.1 | - |
| YUV | 200.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 206 | 0 | 0.16 | 0.08 | 0.12 | 330 | 0.37 | 0.81 |
| Hex | E0 | BC | CE | 0 | 10 | 8 | C | 14A | 25 | 51 |
| Octal | 340 | 274 | 316 | 0 | 20 | 10 | 14 | 512 | 45 | 121 |
| Binary | 11100000 | 10111100 | 11001110 | 0 | 10000 | 1000 | 1100 | 101001010 | 100101 | 1010001 |
Color Harmonies of #E0BCCE
Complementary color
Monochromatic Colors of #E0BCCE
Black with #E0BCCE
Text Example
Text Example
White with #E0BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCCE; }
p { color: rgb(224,188,206); }
H1.HeaderClassName
{
color: #E0BCCE;
}
.AnyTagClassName
{
color: #E0BCCE;
}
</style>
background-color css
<style>
a { background-color: #E0BCCE; }
a { background-color: rgb(224,188,206); }
div.DivClassName
{
background-color: #E0BCCE;
}
.BgClassName
{
background-color: #E0BCCE;
}
</style>
border-color css
<style>
span { border-color: #E0BCCE; }
span { border-color: rgb(224,188,206); }
td.TdClassName
{
border-color: #E0BCCE;
}
.TagClassName
{
border-color: #E0BCCE;
}
</style>