Shades of Twilight #E1BACD
Tints of Twilight #E1BACD
RGB
CMYK
RGB Variations
Color information
#E1BACD (or 0xE1BACD) is known color: Twilight. HEX triplet: E1, BA and CD. RGB value is (225,186,205). Sum of RGB (Red+Green+Blue) = 225+186+205=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BACD is #1E4532. Grayscale: #C7C7C7. Windows color (decimal): -1983795 or 13482721. OLE color: 13482721.
HSL color Cylindrical-coordinate representation of color #E1BACD: hue angle of 330.77º 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 #E1BACD is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 205 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.12 |
| HSL | 330.77º | 0.39% | 0.81% | - |
| HSV(B) | 330.77º | 0.17% | 0.88% | - |
| XYZ | 59.63 | 55.53 | 65.33 | - |
| YUV | 199.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 205 | 0 | 0.17 | 0.09 | 0.12 | 330.77 | 0.39 | 0.81 |
| Hex | E1 | BA | CD | 0 | 11 | 9 | C | 14B | 27 | 51 |
| Octal | 341 | 272 | 315 | 0 | 21 | 11 | 14 | 513 | 47 | 121 |
| Binary | 11100001 | 10111010 | 11001101 | 0 | 10001 | 1001 | 1100 | 101001011 | 100111 | 1010001 |
Color Harmonies of #E1BACD
Complementary color
Monochromatic Colors of #E1BACD
Black with #E1BACD
Text Example
Text Example
White with #E1BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BACD; }
p { color: rgb(225,186,205); }
H1.HeaderClassName
{
color: #E1BACD;
}
.AnyTagClassName
{
color: #E1BACD;
}
</style>
background-color css
<style>
a { background-color: #E1BACD; }
a { background-color: rgb(225,186,205); }
div.DivClassName
{
background-color: #E1BACD;
}
.BgClassName
{
background-color: #E1BACD;
}
</style>
border-color css
<style>
span { border-color: #E1BACD; }
span { border-color: rgb(225,186,205); }
td.TdClassName
{
border-color: #E1BACD;
}
.TagClassName
{
border-color: #E1BACD;
}
</style>