Shades of Twilight #E0B0CE
Tints of Twilight #E0B0CE
RGB
CMYK
RGB Variations
Color information
#E0B0CE (or 0xE0B0CE) is known color: Twilight. HEX triplet: E0, B0 and CE. RGB value is (224,176,206). Sum of RGB (Red+Green+Blue) = 224+176+206=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0CE is #1F4F31. Grayscale: #C1C1C1. Windows color (decimal): -2051890 or 13545696. OLE color: 13545696.
HSL color Cylindrical-coordinate representation of color #E0B0CE: hue angle of 322.5º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B0CE is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 206 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.12 |
| HSL | 322.5º | 0.44% | 0.78% | - |
| HSV(B) | 322.5º | 0.21% | 0.88% | - |
| XYZ | 57.41 | 51.35 | 65.28 | - |
| YUV | 193.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 206 | 0 | 0.21 | 0.08 | 0.12 | 322.5 | 0.44 | 0.78 |
| Hex | E0 | B0 | CE | 0 | 15 | 8 | C | 142 | 2C | 4E |
| Octal | 340 | 260 | 316 | 0 | 25 | 10 | 14 | 502 | 54 | 116 |
| Binary | 11100000 | 10110000 | 11001110 | 0 | 10101 | 1000 | 1100 | 101000010 | 101100 | 1001110 |
Color Harmonies of #E0B0CE
Complementary color
Monochromatic Colors of #E0B0CE
Black with #E0B0CE
Text Example
Text Example
White with #E0B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B0CE; }
p { color: rgb(224,176,206); }
H1.HeaderClassName
{
color: #E0B0CE;
}
.AnyTagClassName
{
color: #E0B0CE;
}
</style>
background-color css
<style>
a { background-color: #E0B0CE; }
a { background-color: rgb(224,176,206); }
div.DivClassName
{
background-color: #E0B0CE;
}
.BgClassName
{
background-color: #E0B0CE;
}
</style>
border-color css
<style>
span { border-color: #E0B0CE; }
span { border-color: rgb(224,176,206); }
td.TdClassName
{
border-color: #E0B0CE;
}
.TagClassName
{
border-color: #E0B0CE;
}
</style>