Shades of Twilight #E5BED4
Tints of Twilight #E5BED4
RGB
CMYK
RGB Variations
Color information
#E5BED4 (or 0xE5BED4) is known color: Twilight. HEX triplet: E5, BE and D4. RGB value is (229,190,212). Sum of RGB (Red+Green+Blue) = 229+190+212=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BED4 is #1A412B. Grayscale: #CCCCCC. Windows color (decimal): -1720620 or 13942501. OLE color: 13942501.
HSL color Cylindrical-coordinate representation of color #E5BED4: hue angle of 326.15º degrees, saturation: 0.43, 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 #E5BED4 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 212 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.10 |
| HSL | 326.15º | 0.43% | 0.82% | - |
| HSV(B) | 326.15º | 0.17% | 0.9% | - |
| XYZ | 62.61 | 58.24 | 70.23 | - |
| YUV | 204.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 212 | 0 | 0.17 | 0.07 | 0.10 | 326.15 | 0.43 | 0.82 |
| Hex | E5 | BE | D4 | 0 | 11 | 7 | A | 146 | 2B | 52 |
| Octal | 345 | 276 | 324 | 0 | 21 | 7 | 12 | 506 | 53 | 122 |
| Binary | 11100101 | 10111110 | 11010100 | 0 | 10001 | 111 | 1010 | 101000110 | 101011 | 1010010 |
Color Harmonies of #E5BED4
Complementary color
Monochromatic Colors of #E5BED4
Black with #E5BED4
Text Example
Text Example
White with #E5BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BED4; }
p { color: rgb(229,190,212); }
H1.HeaderClassName
{
color: #E5BED4;
}
.AnyTagClassName
{
color: #E5BED4;
}
</style>
background-color css
<style>
a { background-color: #E5BED4; }
a { background-color: rgb(229,190,212); }
div.DivClassName
{
background-color: #E5BED4;
}
.BgClassName
{
background-color: #E5BED4;
}
</style>
border-color css
<style>
span { border-color: #E5BED4; }
span { border-color: rgb(229,190,212); }
td.TdClassName
{
border-color: #E5BED4;
}
.TagClassName
{
border-color: #E5BED4;
}
</style>