Shades of Twilight #E4C0CF
Tints of Twilight #E4C0CF
RGB
CMYK
RGB Variations
Color information
#E4C0CF (or 0xE4C0CF) is known color: Twilight. HEX triplet: E4, C0 and CF. RGB value is (228,192,207). Sum of RGB (Red+Green+Blue) = 228+192+207=627 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.36% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C0CF is #1B3F30. Grayscale: #CCCCCC. Windows color (decimal): -1785649 or 13615332. OLE color: 13615332.
HSL color Cylindrical-coordinate representation of color #E4C0CF: hue angle of 335º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4C0CF is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 207 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.11 |
| HSL | 335º | 0.4% | 0.82% | - |
| HSV(B) | 335º | 0.16% | 0.89% | - |
| XYZ | 62.11 | 58.7 | 67.09 | - |
| YUV | 204.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 207 | 0 | 0.16 | 0.09 | 0.11 | 335 | 0.4 | 0.82 |
| Hex | E4 | C0 | CF | 0 | 10 | 9 | B | 14F | 28 | 52 |
| Octal | 344 | 300 | 317 | 0 | 20 | 11 | 13 | 517 | 50 | 122 |
| Binary | 11100100 | 11000000 | 11001111 | 0 | 10000 | 1001 | 1011 | 101001111 | 101000 | 1010010 |
Color Harmonies of #E4C0CF
Complementary color
Monochromatic Colors of #E4C0CF
Black with #E4C0CF
Text Example
Text Example
White with #E4C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C0CF; }
p { color: rgb(228,192,207); }
H1.HeaderClassName
{
color: #E4C0CF;
}
.AnyTagClassName
{
color: #E4C0CF;
}
</style>
background-color css
<style>
a { background-color: #E4C0CF; }
a { background-color: rgb(228,192,207); }
div.DivClassName
{
background-color: #E4C0CF;
}
.BgClassName
{
background-color: #E4C0CF;
}
</style>
border-color css
<style>
span { border-color: #E4C0CF; }
span { border-color: rgb(228,192,207); }
td.TdClassName
{
border-color: #E4C0CF;
}
.TagClassName
{
border-color: #E4C0CF;
}
</style>