Shades of Twilight #E7BFD9
Tints of Twilight #E7BFD9
RGB
CMYK
RGB Variations
Color information
#E7BFD9 (or 0xE7BFD9) is known color: Twilight. HEX triplet: E7, BF and D9. RGB value is (231,191,217). Sum of RGB (Red+Green+Blue) = 231+191+217=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFD9 is #184026. Grayscale: #CDCDCD. Windows color (decimal): -1589287 or 14270439. OLE color: 14270439.
HSL color Cylindrical-coordinate representation of color #E7BFD9: hue angle of 321º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7BFD9 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 191 | 217 | - |
CMYK | 0 | 0.17 | 0.06 | 0.09 |
HSL | 321º | 0.45% | 0.83% | - |
HSV(B) | 321º | 0.17% | 0.91% | - |
XYZ | 64.11 | 59.26 | 73.71 | - |
YUV | 205.92 | 134.25 | 145.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 191 | 217 | 0 | 0.17 | 0.06 | 0.09 | 321 | 0.45 | 0.83 |
Hex | E7 | BF | D9 | 0 | 11 | 6 | 9 | 141 | 2D | 53 |
Octal | 347 | 277 | 331 | 0 | 21 | 6 | 11 | 501 | 55 | 123 |
Binary | 11100111 | 10111111 | 11011001 | 0 | 10001 | 110 | 1001 | 101000001 | 101101 | 1010011 |
Color Harmonies of #E7BFD9
Complementary color
Monochromatic Colors of #E7BFD9
Black with #E7BFD9
Text Example
Text Example
White with #E7BFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFD9; }
p { color: rgb(231,191,217); }
H1.HeaderClassName
{
color: #E7BFD9;
}
.AnyTagClassName
{
color: #E7BFD9;
}
</style>
background-color css
<style>
a { background-color: #E7BFD9; }
a { background-color: rgb(231,191,217); }
div.DivClassName
{
background-color: #E7BFD9;
}
.BgClassName
{
background-color: #E7BFD9;
}
</style>
border-color css
<style>
span { border-color: #E7BFD9; }
span { border-color: rgb(231,191,217); }
td.TdClassName
{
border-color: #E7BFD9;
}
.TagClassName
{
border-color: #E7BFD9;
}
</style>