Shades of Twilight #E2B9CF
Tints of Twilight #E2B9CF
RGB
CMYK
RGB Variations
Color information
#E2B9CF (or 0xE2B9CF) is known color: Twilight. HEX triplet: E2, B9 and CF. RGB value is (226,185,207). Sum of RGB (Red+Green+Blue) = 226+185+207=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9CF is #1D4630. Grayscale: #C7C7C7. Windows color (decimal): -1918513 or 13613538. OLE color: 13613538.
HSL color Cylindrical-coordinate representation of color #E2B9CF: hue angle of 327.8º 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 #E2B9CF is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 207 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.11 |
| HSL | 327.8º | 0.41% | 0.81% | - |
| HSV(B) | 327.8º | 0.18% | 0.89% | - |
| XYZ | 59.98 | 55.37 | 66.56 | - |
| YUV | 199.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 207 | 0 | 0.18 | 0.08 | 0.11 | 327.8 | 0.41 | 0.81 |
| Hex | E2 | B9 | CF | 0 | 12 | 8 | B | 148 | 29 | 51 |
| Octal | 342 | 271 | 317 | 0 | 22 | 10 | 13 | 510 | 51 | 121 |
| Binary | 11100010 | 10111001 | 11001111 | 0 | 10010 | 1000 | 1011 | 101001000 | 101001 | 1010001 |
Color Harmonies of #E2B9CF
Complementary color
Monochromatic Colors of #E2B9CF
Black with #E2B9CF
Text Example
Text Example
White with #E2B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B9CF; }
p { color: rgb(226,185,207); }
H1.HeaderClassName
{
color: #E2B9CF;
}
.AnyTagClassName
{
color: #E2B9CF;
}
</style>
background-color css
<style>
a { background-color: #E2B9CF; }
a { background-color: rgb(226,185,207); }
div.DivClassName
{
background-color: #E2B9CF;
}
.BgClassName
{
background-color: #E2B9CF;
}
</style>
border-color css
<style>
span { border-color: #E2B9CF; }
span { border-color: rgb(226,185,207); }
td.TdClassName
{
border-color: #E2B9CF;
}
.TagClassName
{
border-color: #E2B9CF;
}
</style>