Shades of Twilight #E5BED7
Tints of Twilight #E5BED7
RGB
CMYK
RGB Variations
Color information
#E5BED7 (or 0xE5BED7) is known color: Twilight. HEX triplet: E5, BE and D7. RGB value is (229,190,215). Sum of RGB (Red+Green+Blue) = 229+190+215=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BED7 is #1A4128. Grayscale: #CCCCCC. Windows color (decimal): -1720617 or 14139109. OLE color: 14139109.
HSL color Cylindrical-coordinate representation of color #E5BED7: hue angle of 321.54º 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 #E5BED7 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 215 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.10 |
| HSL | 321.54º | 0.43% | 0.82% | - |
| HSV(B) | 321.54º | 0.17% | 0.9% | - |
| XYZ | 62.99 | 58.39 | 72.24 | - |
| YUV | 204.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 215 | 0 | 0.17 | 0.06 | 0.10 | 321.54 | 0.43 | 0.82 |
| Hex | E5 | BE | D7 | 0 | 11 | 6 | A | 142 | 2B | 52 |
| Octal | 345 | 276 | 327 | 0 | 21 | 6 | 12 | 502 | 53 | 122 |
| Binary | 11100101 | 10111110 | 11010111 | 0 | 10001 | 110 | 1010 | 101000010 | 101011 | 1010010 |
Color Harmonies of #E5BED7
Complementary color
Monochromatic Colors of #E5BED7
Black with #E5BED7
Text Example
Text Example
White with #E5BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BED7; }
p { color: rgb(229,190,215); }
H1.HeaderClassName
{
color: #E5BED7;
}
.AnyTagClassName
{
color: #E5BED7;
}
</style>
background-color css
<style>
a { background-color: #E5BED7; }
a { background-color: rgb(229,190,215); }
div.DivClassName
{
background-color: #E5BED7;
}
.BgClassName
{
background-color: #E5BED7;
}
</style>
border-color css
<style>
span { border-color: #E5BED7; }
span { border-color: rgb(229,190,215); }
td.TdClassName
{
border-color: #E5BED7;
}
.TagClassName
{
border-color: #E5BED7;
}
</style>