Shades of Twilight #E0BAD1
Tints of Twilight #E0BAD1
RGB
CMYK
RGB Variations
Color information
#E0BAD1 (or 0xE0BAD1) is known color: Twilight. HEX triplet: E0, BA and D1. RGB value is (224,186,209). Sum of RGB (Red+Green+Blue) = 224+186+209=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAD1 is #1F452E. Grayscale: #C7C7C7. Windows color (decimal): -2049327 or 13744864. OLE color: 13744864.
HSL color Cylindrical-coordinate representation of color #E0BAD1: hue angle of 323.68º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BAD1 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 209 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.12 |
| HSL | 323.68º | 0.38% | 0.8% | - |
| HSV(B) | 323.68º | 0.17% | 0.88% | - |
| XYZ | 59.81 | 55.57 | 67.9 | - |
| YUV | 199.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 209 | 0 | 0.17 | 0.07 | 0.12 | 323.68 | 0.38 | 0.8 |
| Hex | E0 | BA | D1 | 0 | 11 | 7 | C | 144 | 26 | 50 |
| Octal | 340 | 272 | 321 | 0 | 21 | 7 | 14 | 504 | 46 | 120 |
| Binary | 11100000 | 10111010 | 11010001 | 0 | 10001 | 111 | 1100 | 101000100 | 100110 | 1010000 |
Color Harmonies of #E0BAD1
Complementary color
Monochromatic Colors of #E0BAD1
Black with #E0BAD1
Text Example
Text Example
White with #E0BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BAD1; }
p { color: rgb(224,186,209); }
H1.HeaderClassName
{
color: #E0BAD1;
}
.AnyTagClassName
{
color: #E0BAD1;
}
</style>
background-color css
<style>
a { background-color: #E0BAD1; }
a { background-color: rgb(224,186,209); }
div.DivClassName
{
background-color: #E0BAD1;
}
.BgClassName
{
background-color: #E0BAD1;
}
</style>
border-color css
<style>
span { border-color: #E0BAD1; }
span { border-color: rgb(224,186,209); }
td.TdClassName
{
border-color: #E0BAD1;
}
.TagClassName
{
border-color: #E0BAD1;
}
</style>