Shades of Twilight #E1C5D8
Tints of Twilight #E1C5D8
RGB
CMYK
RGB Variations
Color information
#E1C5D8 (or 0xE1C5D8) is known color: Twilight. HEX triplet: E1, C5 and D8. RGB value is (225,197,216). Sum of RGB (Red+Green+Blue) = 225+197+216=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5D8 is #1E3A27. Grayscale: #CFCFCF. Windows color (decimal): -1980968 or 14206433. OLE color: 14206433.
HSL color Cylindrical-coordinate representation of color #E1C5D8: hue angle of 319.29º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C5D8 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 216 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.12 |
| HSL | 319.29º | 0.32% | 0.83% | - |
| HSV(B) | 319.29º | 0.12% | 0.88% | - |
| XYZ | 63.41 | 60.9 | 73.38 | - |
| YUV | 207.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 216 | 0 | 0.12 | 0.04 | 0.12 | 319.29 | 0.32 | 0.83 |
| Hex | E1 | C5 | D8 | 0 | C | 4 | C | 13F | 20 | 53 |
| Octal | 341 | 305 | 330 | 0 | 14 | 4 | 14 | 477 | 40 | 123 |
| Binary | 11100001 | 11000101 | 11011000 | 0 | 1100 | 100 | 1100 | 100111111 | 100000 | 1010011 |
Color Harmonies of #E1C5D8
Complementary color
Monochromatic Colors of #E1C5D8
Black with #E1C5D8
Text Example
Text Example
White with #E1C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C5D8; }
p { color: rgb(225,197,216); }
H1.HeaderClassName
{
color: #E1C5D8;
}
.AnyTagClassName
{
color: #E1C5D8;
}
</style>
background-color css
<style>
a { background-color: #E1C5D8; }
a { background-color: rgb(225,197,216); }
div.DivClassName
{
background-color: #E1C5D8;
}
.BgClassName
{
background-color: #E1C5D8;
}
</style>
border-color css
<style>
span { border-color: #E1C5D8; }
span { border-color: rgb(225,197,216); }
td.TdClassName
{
border-color: #E1C5D8;
}
.TagClassName
{
border-color: #E1C5D8;
}
</style>