Shades of Twilight #E0B9CF
Tints of Twilight #E0B9CF
RGB
CMYK
RGB Variations
Color information
#E0B9CF (or 0xE0B9CF) is known color: Twilight. HEX triplet: E0, B9 and CF. RGB value is (224,185,207). Sum of RGB (Red+Green+Blue) = 224+185+207=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B9CF is #1F4630. Grayscale: #C7C7C7. Windows color (decimal): -2049585 or 13613536. OLE color: 13613536.
HSL color Cylindrical-coordinate representation of color #E0B9CF: hue angle of 326.15º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0B9CF is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 207 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.12 |
| HSL | 326.15º | 0.39% | 0.8% | - |
| HSV(B) | 326.15º | 0.17% | 0.88% | - |
| XYZ | 59.35 | 55.05 | 66.53 | - |
| YUV | 199.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 207 | 0 | 0.17 | 0.08 | 0.12 | 326.15 | 0.39 | 0.8 |
| Hex | E0 | B9 | CF | 0 | 11 | 8 | C | 146 | 27 | 50 |
| Octal | 340 | 271 | 317 | 0 | 21 | 10 | 14 | 506 | 47 | 120 |
| Binary | 11100000 | 10111001 | 11001111 | 0 | 10001 | 1000 | 1100 | 101000110 | 100111 | 1010000 |
Color Harmonies of #E0B9CF
Complementary color
Monochromatic Colors of #E0B9CF
Black with #E0B9CF
Text Example
Text Example
White with #E0B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B9CF; }
p { color: rgb(224,185,207); }
H1.HeaderClassName
{
color: #E0B9CF;
}
.AnyTagClassName
{
color: #E0B9CF;
}
</style>
background-color css
<style>
a { background-color: #E0B9CF; }
a { background-color: rgb(224,185,207); }
div.DivClassName
{
background-color: #E0B9CF;
}
.BgClassName
{
background-color: #E0B9CF;
}
</style>
border-color css
<style>
span { border-color: #E0B9CF; }
span { border-color: rgb(224,185,207); }
td.TdClassName
{
border-color: #E0B9CF;
}
.TagClassName
{
border-color: #E0B9CF;
}
</style>