Shades of Twilight #E2BFD5
Tints of Twilight #E2BFD5
RGB
CMYK
RGB Variations
Color information
#E2BFD5 (or 0xE2BFD5) is known color: Twilight. HEX triplet: E2, BF and D5. RGB value is (226,191,213). Sum of RGB (Red+Green+Blue) = 226+191+213=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFD5 is #1D402A. Grayscale: #CBCBCB. Windows color (decimal): -1916971 or 14008290. OLE color: 14008290.
HSL color Cylindrical-coordinate representation of color #E2BFD5: hue angle of 322.29º 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 #E2BFD5 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 213 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.11 |
| HSL | 322.29º | 0.38% | 0.82% | - |
| HSV(B) | 322.29º | 0.15% | 0.89% | - |
| XYZ | 62.01 | 58.23 | 70.92 | - |
| YUV | 203.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 213 | 0 | 0.15 | 0.06 | 0.11 | 322.29 | 0.38 | 0.82 |
| Hex | E2 | BF | D5 | 0 | F | 6 | B | 142 | 26 | 52 |
| Octal | 342 | 277 | 325 | 0 | 17 | 6 | 13 | 502 | 46 | 122 |
| Binary | 11100010 | 10111111 | 11010101 | 0 | 1111 | 110 | 1011 | 101000010 | 100110 | 1010010 |
Color Harmonies of #E2BFD5
Complementary color
Monochromatic Colors of #E2BFD5
Black with #E2BFD5
Text Example
Text Example
White with #E2BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFD5; }
p { color: rgb(226,191,213); }
H1.HeaderClassName
{
color: #E2BFD5;
}
.AnyTagClassName
{
color: #E2BFD5;
}
</style>
background-color css
<style>
a { background-color: #E2BFD5; }
a { background-color: rgb(226,191,213); }
div.DivClassName
{
background-color: #E2BFD5;
}
.BgClassName
{
background-color: #E2BFD5;
}
</style>
border-color css
<style>
span { border-color: #E2BFD5; }
span { border-color: rgb(226,191,213); }
td.TdClassName
{
border-color: #E2BFD5;
}
.TagClassName
{
border-color: #E2BFD5;
}
</style>