Shades of Twilight #E2BFCF
Tints of Twilight #E2BFCF
RGB
CMYK
RGB Variations
Color information
#E2BFCF (or 0xE2BFCF) is known color: Twilight. HEX triplet: E2, BF and CF. RGB value is (226,191,207). Sum of RGB (Red+Green+Blue) = 226+191+207=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFCF is #1D4030. Grayscale: #CBCBCB. Windows color (decimal): -1916977 or 13615074. OLE color: 13615074.
HSL color Cylindrical-coordinate representation of color #E2BFCF: hue angle of 332.57º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2BFCF is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 207 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.11 |
| HSL | 332.57º | 0.38% | 0.82% | - |
| HSV(B) | 332.57º | 0.15% | 0.89% | - |
| XYZ | 61.26 | 57.94 | 66.99 | - |
| YUV | 203.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 207 | 0 | 0.15 | 0.08 | 0.11 | 332.57 | 0.38 | 0.82 |
| Hex | E2 | BF | CF | 0 | F | 8 | B | 14D | 26 | 52 |
| Octal | 342 | 277 | 317 | 0 | 17 | 10 | 13 | 515 | 46 | 122 |
| Binary | 11100010 | 10111111 | 11001111 | 0 | 1111 | 1000 | 1011 | 101001101 | 100110 | 1010010 |
Color Harmonies of #E2BFCF
Complementary color
Monochromatic Colors of #E2BFCF
Black with #E2BFCF
Text Example
Text Example
White with #E2BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFCF; }
p { color: rgb(226,191,207); }
H1.HeaderClassName
{
color: #E2BFCF;
}
.AnyTagClassName
{
color: #E2BFCF;
}
</style>
background-color css
<style>
a { background-color: #E2BFCF; }
a { background-color: rgb(226,191,207); }
div.DivClassName
{
background-color: #E2BFCF;
}
.BgClassName
{
background-color: #E2BFCF;
}
</style>
border-color css
<style>
span { border-color: #E2BFCF; }
span { border-color: rgb(226,191,207); }
td.TdClassName
{
border-color: #E2BFCF;
}
.TagClassName
{
border-color: #E2BFCF;
}
</style>