Shades of Twilight #E2B9CE
Tints of Twilight #E2B9CE
RGB
CMYK
RGB Variations
Color information
#E2B9CE (or 0xE2B9CE) is known color: Twilight. HEX triplet: E2, B9 and CE. RGB value is (226,185,206). Sum of RGB (Red+Green+Blue) = 226+185+206=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9CE is #1D4631. Grayscale: #C7C7C7. Windows color (decimal): -1918514 or 13548002. OLE color: 13548002.
HSL color Cylindrical-coordinate representation of color #E2B9CE: hue angle of 329.27º 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 #E2B9CE is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 185 | 206 | - |
CMYK | 0 | 0.18 | 0.09 | 0.11 |
HSL | 329.27º | 0.41% | 0.81% | - |
HSV(B) | 329.27º | 0.18% | 0.89% | - |
XYZ | 59.85 | 55.32 | 65.92 | - |
YUV | 199.65 | 131.58 | 146.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 185 | 206 | 0 | 0.18 | 0.09 | 0.11 | 329.27 | 0.41 | 0.81 |
Hex | E2 | B9 | CE | 0 | 12 | 9 | B | 149 | 29 | 51 |
Octal | 342 | 271 | 316 | 0 | 22 | 11 | 13 | 511 | 51 | 121 |
Binary | 11100010 | 10111001 | 11001110 | 0 | 10010 | 1001 | 1011 | 101001001 | 101001 | 1010001 |
Color Harmonies of #E2B9CE
Complementary color
Monochromatic Colors of #E2B9CE
Black with #E2B9CE
Text Example
Text Example
White with #E2B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B9CE; }
p { color: rgb(226,185,206); }
H1.HeaderClassName
{
color: #E2B9CE;
}
.AnyTagClassName
{
color: #E2B9CE;
}
</style>
background-color css
<style>
a { background-color: #E2B9CE; }
a { background-color: rgb(226,185,206); }
div.DivClassName
{
background-color: #E2B9CE;
}
.BgClassName
{
background-color: #E2B9CE;
}
</style>
border-color css
<style>
span { border-color: #E2B9CE; }
span { border-color: rgb(226,185,206); }
td.TdClassName
{
border-color: #E2B9CE;
}
.TagClassName
{
border-color: #E2B9CE;
}
</style>