Shades of Twilight #E0BCD0
Tints of Twilight #E0BCD0
RGB
CMYK
RGB Variations
Color information
#E0BCD0 (or 0xE0BCD0) is known color: Twilight. HEX triplet: E0, BC and D0. RGB value is (224,188,208). Sum of RGB (Red+Green+Blue) = 224+188+208=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCD0 is #1F432F. Grayscale: #C9C9C9. Windows color (decimal): -2048816 or 13679840. OLE color: 13679840.
HSL color Cylindrical-coordinate representation of color #E0BCD0: hue angle of 326.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BCD0 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 208 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.12 |
| HSL | 326.67º | 0.37% | 0.81% | - |
| HSV(B) | 326.67º | 0.16% | 0.88% | - |
| XYZ | 60.11 | 56.37 | 67.39 | - |
| YUV | 201.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 208 | 0 | 0.16 | 0.07 | 0.12 | 326.67 | 0.37 | 0.81 |
| Hex | E0 | BC | D0 | 0 | 10 | 7 | C | 147 | 25 | 51 |
| Octal | 340 | 274 | 320 | 0 | 20 | 7 | 14 | 507 | 45 | 121 |
| Binary | 11100000 | 10111100 | 11010000 | 0 | 10000 | 111 | 1100 | 101000111 | 100101 | 1010001 |
Color Harmonies of #E0BCD0
Complementary color
Monochromatic Colors of #E0BCD0
Black with #E0BCD0
Text Example
Text Example
White with #E0BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCD0; }
p { color: rgb(224,188,208); }
H1.HeaderClassName
{
color: #E0BCD0;
}
.AnyTagClassName
{
color: #E0BCD0;
}
</style>
background-color css
<style>
a { background-color: #E0BCD0; }
a { background-color: rgb(224,188,208); }
div.DivClassName
{
background-color: #E0BCD0;
}
.BgClassName
{
background-color: #E0BCD0;
}
</style>
border-color css
<style>
span { border-color: #E0BCD0; }
span { border-color: rgb(224,188,208); }
td.TdClassName
{
border-color: #E0BCD0;
}
.TagClassName
{
border-color: #E0BCD0;
}
</style>