Shades of Twilight #E0BAD0
Tints of Twilight #E0BAD0
RGB
CMYK
RGB Variations
Color information
#E0BAD0 (or 0xE0BAD0) is known color: Twilight. HEX triplet: E0, BA and D0. RGB value is (224,186,208). Sum of RGB (Red+Green+Blue) = 224+186+208=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAD0 is #1F452F. Grayscale: #C7C7C7. Windows color (decimal): -2049328 or 13679328. OLE color: 13679328.
HSL color Cylindrical-coordinate representation of color #E0BAD0: hue angle of 325.26º 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 #E0BAD0 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 208 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.12 |
| HSL | 325.26º | 0.38% | 0.8% | - |
| HSV(B) | 325.26º | 0.17% | 0.88% | - |
| XYZ | 59.68 | 55.52 | 67.25 | - |
| YUV | 199.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 208 | 0 | 0.17 | 0.07 | 0.12 | 325.26 | 0.38 | 0.8 |
| Hex | E0 | BA | D0 | 0 | 11 | 7 | C | 145 | 26 | 50 |
| Octal | 340 | 272 | 320 | 0 | 21 | 7 | 14 | 505 | 46 | 120 |
| Binary | 11100000 | 10111010 | 11010000 | 0 | 10001 | 111 | 1100 | 101000101 | 100110 | 1010000 |
Color Harmonies of #E0BAD0
Complementary color
Monochromatic Colors of #E0BAD0
Black with #E0BAD0
Text Example
Text Example
White with #E0BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BAD0; }
p { color: rgb(224,186,208); }
H1.HeaderClassName
{
color: #E0BAD0;
}
.AnyTagClassName
{
color: #E0BAD0;
}
</style>
background-color css
<style>
a { background-color: #E0BAD0; }
a { background-color: rgb(224,186,208); }
div.DivClassName
{
background-color: #E0BAD0;
}
.BgClassName
{
background-color: #E0BAD0;
}
</style>
border-color css
<style>
span { border-color: #E0BAD0; }
span { border-color: rgb(224,186,208); }
td.TdClassName
{
border-color: #E0BAD0;
}
.TagClassName
{
border-color: #E0BAD0;
}
</style>