Shades of Twilight #E1BAD1
Tints of Twilight #E1BAD1
RGB
CMYK
RGB Variations
Color information
#E1BAD1 (or 0xE1BAD1) is known color: Twilight. HEX triplet: E1, BA and D1. RGB value is (225,186,209). Sum of RGB (Red+Green+Blue) = 225+186+209=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAD1 is #1E452E. Grayscale: #C8C8C8. Windows color (decimal): -1983791 or 13744865. OLE color: 13744865.
HSL color Cylindrical-coordinate representation of color #E1BAD1: hue angle of 324.62º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BAD1 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 209 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.12 |
| HSL | 324.62º | 0.39% | 0.81% | - |
| HSV(B) | 324.62º | 0.17% | 0.88% | - |
| XYZ | 60.12 | 55.73 | 67.91 | - |
| YUV | 200.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 209 | 0 | 0.17 | 0.07 | 0.12 | 324.62 | 0.39 | 0.81 |
| Hex | E1 | BA | D1 | 0 | 11 | 7 | C | 145 | 27 | 51 |
| Octal | 341 | 272 | 321 | 0 | 21 | 7 | 14 | 505 | 47 | 121 |
| Binary | 11100001 | 10111010 | 11010001 | 0 | 10001 | 111 | 1100 | 101000101 | 100111 | 1010001 |
Color Harmonies of #E1BAD1
Complementary color
Monochromatic Colors of #E1BAD1
Black with #E1BAD1
Text Example
Text Example
White with #E1BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAD1; }
p { color: rgb(225,186,209); }
H1.HeaderClassName
{
color: #E1BAD1;
}
.AnyTagClassName
{
color: #E1BAD1;
}
</style>
background-color css
<style>
a { background-color: #E1BAD1; }
a { background-color: rgb(225,186,209); }
div.DivClassName
{
background-color: #E1BAD1;
}
.BgClassName
{
background-color: #E1BAD1;
}
</style>
border-color css
<style>
span { border-color: #E1BAD1; }
span { border-color: rgb(225,186,209); }
td.TdClassName
{
border-color: #E1BAD1;
}
.TagClassName
{
border-color: #E1BAD1;
}
</style>