Shades of Twilight #E7BFD5
Tints of Twilight #E7BFD5
RGB
CMYK
RGB Variations
Color information
#E7BFD5 (or 0xE7BFD5) is known color: Twilight. HEX triplet: E7, BF and D5. RGB value is (231,191,213). Sum of RGB (Red+Green+Blue) = 231+191+213=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFD5 is #18402A. Grayscale: #CDCDCD. Windows color (decimal): -1589291 or 14008295. OLE color: 14008295.
HSL color Cylindrical-coordinate representation of color #E7BFD5: hue angle of 327º 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 #E7BFD5 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 191 | 213 | - |
CMYK | 0 | 0.17 | 0.08 | 0.09 |
HSL | 327º | 0.45% | 0.83% | - |
HSV(B) | 327º | 0.17% | 0.91% | - |
XYZ | 63.6 | 59.05 | 71 | - |
YUV | 205.47 | 132.25 | 146.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 191 | 213 | 0 | 0.17 | 0.08 | 0.09 | 327 | 0.45 | 0.83 |
Hex | E7 | BF | D5 | 0 | 11 | 8 | 9 | 147 | 2D | 53 |
Octal | 347 | 277 | 325 | 0 | 21 | 10 | 11 | 507 | 55 | 123 |
Binary | 11100111 | 10111111 | 11010101 | 0 | 10001 | 1000 | 1001 | 101000111 | 101101 | 1010011 |
Color Harmonies of #E7BFD5
Complementary color
Monochromatic Colors of #E7BFD5
Black with #E7BFD5
Text Example
Text Example
White with #E7BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFD5; }
p { color: rgb(231,191,213); }
H1.HeaderClassName
{
color: #E7BFD5;
}
.AnyTagClassName
{
color: #E7BFD5;
}
</style>
background-color css
<style>
a { background-color: #E7BFD5; }
a { background-color: rgb(231,191,213); }
div.DivClassName
{
background-color: #E7BFD5;
}
.BgClassName
{
background-color: #E7BFD5;
}
</style>
border-color css
<style>
span { border-color: #E7BFD5; }
span { border-color: rgb(231,191,213); }
td.TdClassName
{
border-color: #E7BFD5;
}
.TagClassName
{
border-color: #E7BFD5;
}
</style>