Shades of Twilight #E1C0D5
Tints of Twilight #E1C0D5
RGB
CMYK
RGB Variations
Color information
#E1C0D5 (or 0xE1C0D5) is known color: Twilight. HEX triplet: E1, C0 and D5. RGB value is (225,192,213). Sum of RGB (Red+Green+Blue) = 225+192+213=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0D5 is #1E3F2A. Grayscale: #CCCCCC. Windows color (decimal): -1982251 or 14008545. OLE color: 14008545.
HSL color Cylindrical-coordinate representation of color #E1C0D5: hue angle of 321.82º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C0D5 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 213 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.12 |
| HSL | 321.82º | 0.35% | 0.82% | - |
| HSV(B) | 321.82º | 0.15% | 0.88% | - |
| XYZ | 61.91 | 58.51 | 70.98 | - |
| YUV | 204.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 213 | 0 | 0.15 | 0.05 | 0.12 | 321.82 | 0.35 | 0.82 |
| Hex | E1 | C0 | D5 | 0 | F | 5 | C | 142 | 23 | 52 |
| Octal | 341 | 300 | 325 | 0 | 17 | 5 | 14 | 502 | 43 | 122 |
| Binary | 11100001 | 11000000 | 11010101 | 0 | 1111 | 101 | 1100 | 101000010 | 100011 | 1010010 |
Color Harmonies of #E1C0D5
Complementary color
Monochromatic Colors of #E1C0D5
Black with #E1C0D5
Text Example
Text Example
White with #E1C0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0D5; }
p { color: rgb(225,192,213); }
H1.HeaderClassName
{
color: #E1C0D5;
}
.AnyTagClassName
{
color: #E1C0D5;
}
</style>
background-color css
<style>
a { background-color: #E1C0D5; }
a { background-color: rgb(225,192,213); }
div.DivClassName
{
background-color: #E1C0D5;
}
.BgClassName
{
background-color: #E1C0D5;
}
</style>
border-color css
<style>
span { border-color: #E1C0D5; }
span { border-color: rgb(225,192,213); }
td.TdClassName
{
border-color: #E1C0D5;
}
.TagClassName
{
border-color: #E1C0D5;
}
</style>