Shades of Twilight #E5BCD6
Tints of Twilight #E5BCD6
RGB
CMYK
RGB Variations
Color information
#E5BCD6 (or 0xE5BCD6) is known color: Twilight. HEX triplet: E5, BC and D6. RGB value is (229,188,214). Sum of RGB (Red+Green+Blue) = 229+188+214=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCD6 is #1A4329. Grayscale: #CBCBCB. Windows color (decimal): -1721130 or 14073061. OLE color: 14073061.
HSL color Cylindrical-coordinate representation of color #E5BCD6: hue angle of 321.95º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BCD6 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 214 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.10 |
| HSL | 321.95º | 0.44% | 0.82% | - |
| HSV(B) | 321.95º | 0.18% | 0.9% | - |
| XYZ | 62.43 | 57.48 | 71.42 | - |
| YUV | 203.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 214 | 0 | 0.18 | 0.07 | 0.10 | 321.95 | 0.44 | 0.82 |
| Hex | E5 | BC | D6 | 0 | 12 | 7 | A | 142 | 2C | 52 |
| Octal | 345 | 274 | 326 | 0 | 22 | 7 | 12 | 502 | 54 | 122 |
| Binary | 11100101 | 10111100 | 11010110 | 0 | 10010 | 111 | 1010 | 101000010 | 101100 | 1010010 |
Color Harmonies of #E5BCD6
Complementary color
Monochromatic Colors of #E5BCD6
Black with #E5BCD6
Text Example
Text Example
White with #E5BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCD6; }
p { color: rgb(229,188,214); }
H1.HeaderClassName
{
color: #E5BCD6;
}
.AnyTagClassName
{
color: #E5BCD6;
}
</style>
background-color css
<style>
a { background-color: #E5BCD6; }
a { background-color: rgb(229,188,214); }
div.DivClassName
{
background-color: #E5BCD6;
}
.BgClassName
{
background-color: #E5BCD6;
}
</style>
border-color css
<style>
span { border-color: #E5BCD6; }
span { border-color: rgb(229,188,214); }
td.TdClassName
{
border-color: #E5BCD6;
}
.TagClassName
{
border-color: #E5BCD6;
}
</style>