Shades of Twilight #E1C8D8
Tints of Twilight #E1C8D8
RGB
CMYK
RGB Variations
Color information
#E1C8D8 (or 0xE1C8D8) is known color: Twilight. HEX triplet: E1, C8 and D8. RGB value is (225,200,216). Sum of RGB (Red+Green+Blue) = 225+200+216=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8D8 is #1E3727. Grayscale: #D1D1D1. Windows color (decimal): -1980200 or 14207201. OLE color: 14207201.
HSL color Cylindrical-coordinate representation of color #E1C8D8: hue angle of 321.6º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1C8D8 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 216 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.12 |
| HSL | 321.6º | 0.29% | 0.83% | - |
| HSV(B) | 321.6º | 0.11% | 0.88% | - |
| XYZ | 64.1 | 62.27 | 73.61 | - |
| YUV | 209.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 216 | 0 | 0.11 | 0.04 | 0.12 | 321.6 | 0.29 | 0.83 |
| Hex | E1 | C8 | D8 | 0 | B | 4 | C | 142 | 1D | 53 |
| Octal | 341 | 310 | 330 | 0 | 13 | 4 | 14 | 502 | 35 | 123 |
| Binary | 11100001 | 11001000 | 11011000 | 0 | 1011 | 100 | 1100 | 101000010 | 11101 | 1010011 |
Color Harmonies of #E1C8D8
Complementary color
Monochromatic Colors of #E1C8D8
Black with #E1C8D8
Text Example
Text Example
White with #E1C8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8D8; }
p { color: rgb(225,200,216); }
H1.HeaderClassName
{
color: #E1C8D8;
}
.AnyTagClassName
{
color: #E1C8D8;
}
</style>
background-color css
<style>
a { background-color: #E1C8D8; }
a { background-color: rgb(225,200,216); }
div.DivClassName
{
background-color: #E1C8D8;
}
.BgClassName
{
background-color: #E1C8D8;
}
</style>
border-color css
<style>
span { border-color: #E1C8D8; }
span { border-color: rgb(225,200,216); }
td.TdClassName
{
border-color: #E1C8D8;
}
.TagClassName
{
border-color: #E1C8D8;
}
</style>