Shades of Twilight #E2BCD5
Tints of Twilight #E2BCD5
RGB
CMYK
RGB Variations
Color information
#E2BCD5 (or 0xE2BCD5) is known color: Twilight. HEX triplet: E2, BC and D5. RGB value is (226,188,213). Sum of RGB (Red+Green+Blue) = 226+188+213=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCD5 is #1D432A. Grayscale: #CACACA. Windows color (decimal): -1917739 or 14007522. OLE color: 14007522.
HSL color Cylindrical-coordinate representation of color #E2BCD5: hue angle of 320.53º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCD5 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 213 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.11 |
| HSL | 320.53º | 0.4% | 0.81% | - |
| HSV(B) | 320.53º | 0.17% | 0.89% | - |
| XYZ | 61.36 | 56.94 | 70.71 | - |
| YUV | 202.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 213 | 0 | 0.17 | 0.06 | 0.11 | 320.53 | 0.4 | 0.81 |
| Hex | E2 | BC | D5 | 0 | 11 | 6 | B | 141 | 28 | 51 |
| Octal | 342 | 274 | 325 | 0 | 21 | 6 | 13 | 501 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11010101 | 0 | 10001 | 110 | 1011 | 101000001 | 101000 | 1010001 |
Color Harmonies of #E2BCD5
Complementary color
Monochromatic Colors of #E2BCD5
Black with #E2BCD5
Text Example
Text Example
White with #E2BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCD5; }
p { color: rgb(226,188,213); }
H1.HeaderClassName
{
color: #E2BCD5;
}
.AnyTagClassName
{
color: #E2BCD5;
}
</style>
background-color css
<style>
a { background-color: #E2BCD5; }
a { background-color: rgb(226,188,213); }
div.DivClassName
{
background-color: #E2BCD5;
}
.BgClassName
{
background-color: #E2BCD5;
}
</style>
border-color css
<style>
span { border-color: #E2BCD5; }
span { border-color: rgb(226,188,213); }
td.TdClassName
{
border-color: #E2BCD5;
}
.TagClassName
{
border-color: #E2BCD5;
}
</style>