Shades of Twilight #E1BFCF
Tints of Twilight #E1BFCF
RGB
CMYK
RGB Variations
Color information
#E1BFCF (or 0xE1BFCF) is known color: Twilight. HEX triplet: E1, BF and CF. RGB value is (225,191,207). Sum of RGB (Red+Green+Blue) = 225+191+207=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFCF is #1E4030. Grayscale: #CACACA. Windows color (decimal): -1982513 or 13615073. OLE color: 13615073.
HSL color Cylindrical-coordinate representation of color #E1BFCF: hue angle of 331.76º 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 #E1BFCF is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 207 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.12 |
| HSL | 331.76º | 0.36% | 0.82% | - |
| HSV(B) | 331.76º | 0.15% | 0.88% | - |
| XYZ | 60.94 | 57.77 | 66.97 | - |
| YUV | 202.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 207 | 0 | 0.15 | 0.08 | 0.12 | 331.76 | 0.36 | 0.82 |
| Hex | E1 | BF | CF | 0 | F | 8 | C | 14C | 24 | 52 |
| Octal | 341 | 277 | 317 | 0 | 17 | 10 | 14 | 514 | 44 | 122 |
| Binary | 11100001 | 10111111 | 11001111 | 0 | 1111 | 1000 | 1100 | 101001100 | 100100 | 1010010 |
Color Harmonies of #E1BFCF
Complementary color
Monochromatic Colors of #E1BFCF
Black with #E1BFCF
Text Example
Text Example
White with #E1BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFCF; }
p { color: rgb(225,191,207); }
H1.HeaderClassName
{
color: #E1BFCF;
}
.AnyTagClassName
{
color: #E1BFCF;
}
</style>
background-color css
<style>
a { background-color: #E1BFCF; }
a { background-color: rgb(225,191,207); }
div.DivClassName
{
background-color: #E1BFCF;
}
.BgClassName
{
background-color: #E1BFCF;
}
</style>
border-color css
<style>
span { border-color: #E1BFCF; }
span { border-color: rgb(225,191,207); }
td.TdClassName
{
border-color: #E1BFCF;
}
.TagClassName
{
border-color: #E1BFCF;
}
</style>