Shades of Twilight #E2BACD
Tints of Twilight #E2BACD
RGB
CMYK
RGB Variations
Color information
#E2BACD (or 0xE2BACD) is known color: Twilight. HEX triplet: E2, BA and CD. RGB value is (226,186,205). Sum of RGB (Red+Green+Blue) = 226+186+205=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BACD is #1D4532. Grayscale: #C8C8C8. Windows color (decimal): -1918259 or 13482722. OLE color: 13482722.
HSL color Cylindrical-coordinate representation of color #E2BACD: hue angle of 331.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BACD is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 205 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.11 |
| HSL | 331.5º | 0.41% | 0.81% | - |
| HSV(B) | 331.5º | 0.18% | 0.89% | - |
| XYZ | 59.94 | 55.69 | 65.35 | - |
| YUV | 200.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 205 | 0 | 0.18 | 0.09 | 0.11 | 331.5 | 0.41 | 0.81 |
| Hex | E2 | BA | CD | 0 | 12 | 9 | B | 14C | 29 | 51 |
| Octal | 342 | 272 | 315 | 0 | 22 | 11 | 13 | 514 | 51 | 121 |
| Binary | 11100010 | 10111010 | 11001101 | 0 | 10010 | 1001 | 1011 | 101001100 | 101001 | 1010001 |
Color Harmonies of #E2BACD
Complementary color
Monochromatic Colors of #E2BACD
Black with #E2BACD
Text Example
Text Example
White with #E2BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BACD; }
p { color: rgb(226,186,205); }
H1.HeaderClassName
{
color: #E2BACD;
}
.AnyTagClassName
{
color: #E2BACD;
}
</style>
background-color css
<style>
a { background-color: #E2BACD; }
a { background-color: rgb(226,186,205); }
div.DivClassName
{
background-color: #E2BACD;
}
.BgClassName
{
background-color: #E2BACD;
}
</style>
border-color css
<style>
span { border-color: #E2BACD; }
span { border-color: rgb(226,186,205); }
td.TdClassName
{
border-color: #E2BACD;
}
.TagClassName
{
border-color: #E2BACD;
}
</style>