Shades of Twilight #E2BACE
Tints of Twilight #E2BACE
RGB
CMYK
RGB Variations
Color information
#E2BACE (or 0xE2BACE) is known color: Twilight. HEX triplet: E2, BA and CE. RGB value is (226,186,206). Sum of RGB (Red+Green+Blue) = 226+186+206=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BACE is #1D4531. Grayscale: #C8C8C8. Windows color (decimal): -1918258 or 13548258. OLE color: 13548258.
HSL color Cylindrical-coordinate representation of color #E2BACE: hue angle of 330º 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 #E2BACE is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 186 | 206 | - |
CMYK | 0 | 0.18 | 0.09 | 0.11 |
HSL | 330º | 0.41% | 0.81% | - |
HSV(B) | 330º | 0.18% | 0.89% | - |
XYZ | 60.06 | 55.74 | 65.99 | - |
YUV | 200.24 | 131.25 | 146.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 186 | 206 | 0 | 0.18 | 0.09 | 0.11 | 330 | 0.41 | 0.81 |
Hex | E2 | BA | CE | 0 | 12 | 9 | B | 14A | 29 | 51 |
Octal | 342 | 272 | 316 | 0 | 22 | 11 | 13 | 512 | 51 | 121 |
Binary | 11100010 | 10111010 | 11001110 | 0 | 10010 | 1001 | 1011 | 101001010 | 101001 | 1010001 |
Color Harmonies of #E2BACE
Complementary color
Monochromatic Colors of #E2BACE
Black with #E2BACE
Text Example
Text Example
White with #E2BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BACE; }
p { color: rgb(226,186,206); }
H1.HeaderClassName
{
color: #E2BACE;
}
.AnyTagClassName
{
color: #E2BACE;
}
</style>
background-color css
<style>
a { background-color: #E2BACE; }
a { background-color: rgb(226,186,206); }
div.DivClassName
{
background-color: #E2BACE;
}
.BgClassName
{
background-color: #E2BACE;
}
</style>
border-color css
<style>
span { border-color: #E2BACE; }
span { border-color: rgb(226,186,206); }
td.TdClassName
{
border-color: #E2BACE;
}
.TagClassName
{
border-color: #E2BACE;
}
</style>