Shades of Twilight #E2BED5
Tints of Twilight #E2BED5
RGB
CMYK
RGB Variations
Color information
#E2BED5 (or 0xE2BED5) is known color: Twilight. HEX triplet: E2, BE and D5. RGB value is (226,190,213). Sum of RGB (Red+Green+Blue) = 226+190+213=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BED5 is #1D412A. Grayscale: #CBCBCB. Windows color (decimal): -1917227 or 14008034. OLE color: 14008034.
HSL color Cylindrical-coordinate representation of color #E2BED5: hue angle of 321.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BED5 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 213 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.11 |
| HSL | 321.67º | 0.38% | 0.82% | - |
| HSV(B) | 321.67º | 0.16% | 0.89% | - |
| XYZ | 61.79 | 57.8 | 70.85 | - |
| YUV | 203.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 213 | 0 | 0.16 | 0.06 | 0.11 | 321.67 | 0.38 | 0.82 |
| Hex | E2 | BE | D5 | 0 | 10 | 6 | B | 142 | 26 | 52 |
| Octal | 342 | 276 | 325 | 0 | 20 | 6 | 13 | 502 | 46 | 122 |
| Binary | 11100010 | 10111110 | 11010101 | 0 | 10000 | 110 | 1011 | 101000010 | 100110 | 1010010 |
Color Harmonies of #E2BED5
Complementary color
Monochromatic Colors of #E2BED5
Black with #E2BED5
Text Example
Text Example
White with #E2BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BED5; }
p { color: rgb(226,190,213); }
H1.HeaderClassName
{
color: #E2BED5;
}
.AnyTagClassName
{
color: #E2BED5;
}
</style>
background-color css
<style>
a { background-color: #E2BED5; }
a { background-color: rgb(226,190,213); }
div.DivClassName
{
background-color: #E2BED5;
}
.BgClassName
{
background-color: #E2BED5;
}
</style>
border-color css
<style>
span { border-color: #E2BED5; }
span { border-color: rgb(226,190,213); }
td.TdClassName
{
border-color: #E2BED5;
}
.TagClassName
{
border-color: #E2BED5;
}
</style>