Shades of Twilight #E5BFCF
Tints of Twilight #E5BFCF
RGB
CMYK
RGB Variations
Color information
#E5BFCF (or 0xE5BFCF) is known color: Twilight. HEX triplet: E5, BF and CF. RGB value is (229,191,207). Sum of RGB (Red+Green+Blue) = 229+191+207=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFCF is #1A4030. Grayscale: #CCCCCC. Windows color (decimal): -1720369 or 13615077. OLE color: 13615077.
HSL color Cylindrical-coordinate representation of color #E5BFCF: hue angle of 334.74º 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 #E5BFCF is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 207 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.10 |
| HSL | 334.74º | 0.42% | 0.82% | - |
| HSV(B) | 334.74º | 0.17% | 0.9% | - |
| XYZ | 62.21 | 58.42 | 67.03 | - |
| YUV | 204.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 207 | 0 | 0.17 | 0.10 | 0.10 | 334.74 | 0.42 | 0.82 |
| Hex | E5 | BF | CF | 0 | 11 | A | A | 14F | 2A | 52 |
| Octal | 345 | 277 | 317 | 0 | 21 | 12 | 12 | 517 | 52 | 122 |
| Binary | 11100101 | 10111111 | 11001111 | 0 | 10001 | 1010 | 1010 | 101001111 | 101010 | 1010010 |
Color Harmonies of #E5BFCF
Complementary color
Monochromatic Colors of #E5BFCF
Black with #E5BFCF
Text Example
Text Example
White with #E5BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFCF; }
p { color: rgb(229,191,207); }
H1.HeaderClassName
{
color: #E5BFCF;
}
.AnyTagClassName
{
color: #E5BFCF;
}
</style>
background-color css
<style>
a { background-color: #E5BFCF; }
a { background-color: rgb(229,191,207); }
div.DivClassName
{
background-color: #E5BFCF;
}
.BgClassName
{
background-color: #E5BFCF;
}
</style>
border-color css
<style>
span { border-color: #E5BFCF; }
span { border-color: rgb(229,191,207); }
td.TdClassName
{
border-color: #E5BFCF;
}
.TagClassName
{
border-color: #E5BFCF;
}
</style>