Shades of Twilight #E1C0D0
Tints of Twilight #E1C0D0
RGB
CMYK
RGB Variations
Color information
#E1C0D0 (or 0xE1C0D0) is known color: Twilight. HEX triplet: E1, C0 and D0. RGB value is (225,192,208). Sum of RGB (Red+Green+Blue) = 225+192+208=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0D0 is #1E3F2F. Grayscale: #CBCBCB. Windows color (decimal): -1982256 or 13680865. OLE color: 13680865.
HSL color Cylindrical-coordinate representation of color #E1C0D0: hue angle of 330.91º 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 #E1C0D0 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 208 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.12 |
| HSL | 330.91º | 0.35% | 0.82% | - |
| HSV(B) | 330.91º | 0.15% | 0.88% | - |
| XYZ | 61.29 | 58.26 | 67.69 | - |
| YUV | 203.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 208 | 0 | 0.15 | 0.08 | 0.12 | 330.91 | 0.35 | 0.82 |
| Hex | E1 | C0 | D0 | 0 | F | 8 | C | 14B | 23 | 52 |
| Octal | 341 | 300 | 320 | 0 | 17 | 10 | 14 | 513 | 43 | 122 |
| Binary | 11100001 | 11000000 | 11010000 | 0 | 1111 | 1000 | 1100 | 101001011 | 100011 | 1010010 |
Color Harmonies of #E1C0D0
Complementary color
Monochromatic Colors of #E1C0D0
Black with #E1C0D0
Text Example
Text Example
White with #E1C0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0D0; }
p { color: rgb(225,192,208); }
H1.HeaderClassName
{
color: #E1C0D0;
}
.AnyTagClassName
{
color: #E1C0D0;
}
</style>
background-color css
<style>
a { background-color: #E1C0D0; }
a { background-color: rgb(225,192,208); }
div.DivClassName
{
background-color: #E1C0D0;
}
.BgClassName
{
background-color: #E1C0D0;
}
</style>
border-color css
<style>
span { border-color: #E1C0D0; }
span { border-color: rgb(225,192,208); }
td.TdClassName
{
border-color: #E1C0D0;
}
.TagClassName
{
border-color: #E1C0D0;
}
</style>