Shades of Twilight #E0BFCE
Tints of Twilight #E0BFCE
RGB
CMYK
RGB Variations
Color information
#E0BFCE (or 0xE0BFCE) is known color: Twilight. HEX triplet: E0, BF and CE. RGB value is (224,191,206). Sum of RGB (Red+Green+Blue) = 224+191+206=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFCE is #1F4031. Grayscale: #CACACA. Windows color (decimal): -2048050 or 13549536. OLE color: 13549536.
HSL color Cylindrical-coordinate representation of color #E0BFCE: hue angle of 332.73º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFCE is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 206 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.12 |
| HSL | 332.73º | 0.35% | 0.81% | - |
| HSV(B) | 332.73º | 0.15% | 0.88% | - |
| XYZ | 60.51 | 57.57 | 66.31 | - |
| YUV | 202.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 206 | 0 | 0.15 | 0.08 | 0.12 | 332.73 | 0.35 | 0.81 |
| Hex | E0 | BF | CE | 0 | F | 8 | C | 14D | 23 | 51 |
| Octal | 340 | 277 | 316 | 0 | 17 | 10 | 14 | 515 | 43 | 121 |
| Binary | 11100000 | 10111111 | 11001110 | 0 | 1111 | 1000 | 1100 | 101001101 | 100011 | 1010001 |
Color Harmonies of #E0BFCE
Complementary color
Monochromatic Colors of #E0BFCE
Black with #E0BFCE
Text Example
Text Example
White with #E0BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFCE; }
p { color: rgb(224,191,206); }
H1.HeaderClassName
{
color: #E0BFCE;
}
.AnyTagClassName
{
color: #E0BFCE;
}
</style>
background-color css
<style>
a { background-color: #E0BFCE; }
a { background-color: rgb(224,191,206); }
div.DivClassName
{
background-color: #E0BFCE;
}
.BgClassName
{
background-color: #E0BFCE;
}
</style>
border-color css
<style>
span { border-color: #E0BFCE; }
span { border-color: rgb(224,191,206); }
td.TdClassName
{
border-color: #E0BFCE;
}
.TagClassName
{
border-color: #E0BFCE;
}
</style>