Shades of Twilight #E1BFCE
Tints of Twilight #E1BFCE
RGB
CMYK
RGB Variations
Color information
#E1BFCE (or 0xE1BFCE) is known color: Twilight. HEX triplet: E1, BF and CE. RGB value is (225,191,206). Sum of RGB (Red+Green+Blue) = 225+191+206=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFCE is #1E4031. Grayscale: #CACACA. Windows color (decimal): -1982514 or 13549537. OLE color: 13549537.
HSL color Cylindrical-coordinate representation of color #E1BFCE: hue angle of 333.53º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1BFCE is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 206 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.12 |
| HSL | 333.53º | 0.36% | 0.82% | - |
| HSV(B) | 333.53º | 0.15% | 0.88% | - |
| XYZ | 60.82 | 57.73 | 66.33 | - |
| YUV | 202.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 206 | 0 | 0.15 | 0.08 | 0.12 | 333.53 | 0.36 | 0.82 |
| Hex | E1 | BF | CE | 0 | F | 8 | C | 14E | 24 | 52 |
| Octal | 341 | 277 | 316 | 0 | 17 | 10 | 14 | 516 | 44 | 122 |
| Binary | 11100001 | 10111111 | 11001110 | 0 | 1111 | 1000 | 1100 | 101001110 | 100100 | 1010010 |
Color Harmonies of #E1BFCE
Complementary color
Monochromatic Colors of #E1BFCE
Black with #E1BFCE
Text Example
Text Example
White with #E1BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFCE; }
p { color: rgb(225,191,206); }
H1.HeaderClassName
{
color: #E1BFCE;
}
.AnyTagClassName
{
color: #E1BFCE;
}
</style>
background-color css
<style>
a { background-color: #E1BFCE; }
a { background-color: rgb(225,191,206); }
div.DivClassName
{
background-color: #E1BFCE;
}
.BgClassName
{
background-color: #E1BFCE;
}
</style>
border-color css
<style>
span { border-color: #E1BFCE; }
span { border-color: rgb(225,191,206); }
td.TdClassName
{
border-color: #E1BFCE;
}
.TagClassName
{
border-color: #E1BFCE;
}
</style>