Shades of Twilight #E5BFD1
Tints of Twilight #E5BFD1
RGB
CMYK
RGB Variations
Color information
#E5BFD1 (or 0xE5BFD1) is known color: Twilight. HEX triplet: E5, BF and D1. RGB value is (229,191,209). Sum of RGB (Red+Green+Blue) = 229+191+209=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFD1 is #1A402E. Grayscale: #CCCCCC. Windows color (decimal): -1720367 or 13746149. OLE color: 13746149.
HSL color Cylindrical-coordinate representation of color #E5BFD1: hue angle of 331.58º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BFD1 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 209 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.10 |
| HSL | 331.58º | 0.42% | 0.82% | - |
| HSV(B) | 331.58º | 0.17% | 0.9% | - |
| XYZ | 62.45 | 58.52 | 68.33 | - |
| YUV | 204.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 209 | 0 | 0.17 | 0.09 | 0.10 | 331.58 | 0.42 | 0.82 |
| Hex | E5 | BF | D1 | 0 | 11 | 9 | A | 14C | 2A | 52 |
| Octal | 345 | 277 | 321 | 0 | 21 | 11 | 12 | 514 | 52 | 122 |
| Binary | 11100101 | 10111111 | 11010001 | 0 | 10001 | 1001 | 1010 | 101001100 | 101010 | 1010010 |
Color Harmonies of #E5BFD1
Complementary color
Monochromatic Colors of #E5BFD1
Black with #E5BFD1
Text Example
Text Example
White with #E5BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFD1; }
p { color: rgb(229,191,209); }
H1.HeaderClassName
{
color: #E5BFD1;
}
.AnyTagClassName
{
color: #E5BFD1;
}
</style>
background-color css
<style>
a { background-color: #E5BFD1; }
a { background-color: rgb(229,191,209); }
div.DivClassName
{
background-color: #E5BFD1;
}
.BgClassName
{
background-color: #E5BFD1;
}
</style>
border-color css
<style>
span { border-color: #E5BFD1; }
span { border-color: rgb(229,191,209); }
td.TdClassName
{
border-color: #E5BFD1;
}
.TagClassName
{
border-color: #E5BFD1;
}
</style>