Shades of Twilight #E5BFCE
Tints of Twilight #E5BFCE
RGB
CMYK
RGB Variations
Color information
#E5BFCE (or 0xE5BFCE) is known color: Twilight. HEX triplet: E5, BF and CE. RGB value is (229,191,206). Sum of RGB (Red+Green+Blue) = 229+191+206=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFCE is #1A4031. Grayscale: #CCCCCC. Windows color (decimal): -1720370 or 13549541. OLE color: 13549541.
HSL color Cylindrical-coordinate representation of color #E5BFCE: hue angle of 336.32º 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 #E5BFCE is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 206 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.10 |
| HSL | 336.32º | 0.42% | 0.82% | - |
| HSV(B) | 336.32º | 0.17% | 0.9% | - |
| XYZ | 62.08 | 58.38 | 66.39 | - |
| YUV | 204.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 206 | 0 | 0.17 | 0.10 | 0.10 | 336.32 | 0.42 | 0.82 |
| Hex | E5 | BF | CE | 0 | 11 | A | A | 150 | 2A | 52 |
| Octal | 345 | 277 | 316 | 0 | 21 | 12 | 12 | 520 | 52 | 122 |
| Binary | 11100101 | 10111111 | 11001110 | 0 | 10001 | 1010 | 1010 | 101010000 | 101010 | 1010010 |
Color Harmonies of #E5BFCE
Complementary color
Monochromatic Colors of #E5BFCE
Black with #E5BFCE
Text Example
Text Example
White with #E5BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFCE; }
p { color: rgb(229,191,206); }
H1.HeaderClassName
{
color: #E5BFCE;
}
.AnyTagClassName
{
color: #E5BFCE;
}
</style>
background-color css
<style>
a { background-color: #E5BFCE; }
a { background-color: rgb(229,191,206); }
div.DivClassName
{
background-color: #E5BFCE;
}
.BgClassName
{
background-color: #E5BFCE;
}
</style>
border-color css
<style>
span { border-color: #E5BFCE; }
span { border-color: rgb(229,191,206); }
td.TdClassName
{
border-color: #E5BFCE;
}
.TagClassName
{
border-color: #E5BFCE;
}
</style>