Shades of Twilight #E1BFD5
Tints of Twilight #E1BFD5
RGB
CMYK
RGB Variations
Color information
#E1BFD5 (or 0xE1BFD5) is known color: Twilight. HEX triplet: E1, BF and D5. RGB value is (225,191,213). Sum of RGB (Red+Green+Blue) = 225+191+213=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFD5 is #1E402A. Grayscale: #CBCBCB. Windows color (decimal): -1982507 or 14008289. OLE color: 14008289.
HSL color Cylindrical-coordinate representation of color #E1BFD5: hue angle of 321.18º 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 #E1BFD5 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 213 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.12 |
| HSL | 321.18º | 0.36% | 0.82% | - |
| HSV(B) | 321.18º | 0.15% | 0.88% | - |
| XYZ | 61.69 | 58.07 | 70.91 | - |
| YUV | 203.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 213 | 0 | 0.15 | 0.05 | 0.12 | 321.18 | 0.36 | 0.82 |
| Hex | E1 | BF | D5 | 0 | F | 5 | C | 141 | 24 | 52 |
| Octal | 341 | 277 | 325 | 0 | 17 | 5 | 14 | 501 | 44 | 122 |
| Binary | 11100001 | 10111111 | 11010101 | 0 | 1111 | 101 | 1100 | 101000001 | 100100 | 1010010 |
Color Harmonies of #E1BFD5
Complementary color
Monochromatic Colors of #E1BFD5
Black with #E1BFD5
Text Example
Text Example
White with #E1BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFD5; }
p { color: rgb(225,191,213); }
H1.HeaderClassName
{
color: #E1BFD5;
}
.AnyTagClassName
{
color: #E1BFD5;
}
</style>
background-color css
<style>
a { background-color: #E1BFD5; }
a { background-color: rgb(225,191,213); }
div.DivClassName
{
background-color: #E1BFD5;
}
.BgClassName
{
background-color: #E1BFD5;
}
</style>
border-color css
<style>
span { border-color: #E1BFD5; }
span { border-color: rgb(225,191,213); }
td.TdClassName
{
border-color: #E1BFD5;
}
.TagClassName
{
border-color: #E1BFD5;
}
</style>