Shades of Twilight #E1C0CF
Tints of Twilight #E1C0CF
RGB
CMYK
RGB Variations
Color information
#E1C0CF (or 0xE1C0CF) is known color: Twilight. HEX triplet: E1, C0 and CF. RGB value is (225,192,207). Sum of RGB (Red+Green+Blue) = 225+192+207=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0CF is #1E3F30. Grayscale: #CBCBCB. Windows color (decimal): -1982257 or 13615329. OLE color: 13615329.
HSL color Cylindrical-coordinate representation of color #E1C0CF: hue angle of 332.73º 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 #E1C0CF is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 207 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.12 |
| HSL | 332.73º | 0.35% | 0.82% | - |
| HSV(B) | 332.73º | 0.15% | 0.88% | - |
| XYZ | 61.16 | 58.21 | 67.04 | - |
| YUV | 203.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 207 | 0 | 0.15 | 0.08 | 0.12 | 332.73 | 0.35 | 0.82 |
| Hex | E1 | C0 | CF | 0 | F | 8 | C | 14D | 23 | 52 |
| Octal | 341 | 300 | 317 | 0 | 17 | 10 | 14 | 515 | 43 | 122 |
| Binary | 11100001 | 11000000 | 11001111 | 0 | 1111 | 1000 | 1100 | 101001101 | 100011 | 1010010 |
Color Harmonies of #E1C0CF
Complementary color
Monochromatic Colors of #E1C0CF
Black with #E1C0CF
Text Example
Text Example
White with #E1C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0CF; }
p { color: rgb(225,192,207); }
H1.HeaderClassName
{
color: #E1C0CF;
}
.AnyTagClassName
{
color: #E1C0CF;
}
</style>
background-color css
<style>
a { background-color: #E1C0CF; }
a { background-color: rgb(225,192,207); }
div.DivClassName
{
background-color: #E1C0CF;
}
.BgClassName
{
background-color: #E1C0CF;
}
</style>
border-color css
<style>
span { border-color: #E1C0CF; }
span { border-color: rgb(225,192,207); }
td.TdClassName
{
border-color: #E1C0CF;
}
.TagClassName
{
border-color: #E1C0CF;
}
</style>