Shades of Twilight #E1AECD
Tints of Twilight #E1AECD
RGB
CMYK
RGB Variations
Color information
#E1AECD (or 0xE1AECD) is known color: Twilight. HEX triplet: E1, AE and CD. RGB value is (225,174,205). Sum of RGB (Red+Green+Blue) = 225+174+205=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AECD is #1E5132. Grayscale: #C0C0C0. Windows color (decimal): -1986867 or 13479649. OLE color: 13479649.
HSL color Cylindrical-coordinate representation of color #E1AECD: hue angle of 323.53º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1AECD is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 174 | 205 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.12 |
| HSL | 323.53º | 0.46% | 0.78% | - |
| HSV(B) | 323.53º | 0.23% | 0.88% | - |
| XYZ | 57.21 | 50.69 | 64.53 | - |
| YUV | 192.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 205 | 0 | 0.23 | 0.09 | 0.12 | 323.53 | 0.46 | 0.78 |
| Hex | E1 | AE | CD | 0 | 17 | 9 | C | 144 | 2E | 4E |
| Octal | 341 | 256 | 315 | 0 | 27 | 11 | 14 | 504 | 56 | 116 |
| Binary | 11100001 | 10101110 | 11001101 | 0 | 10111 | 1001 | 1100 | 101000100 | 101110 | 1001110 |
Color Harmonies of #E1AECD
Complementary color
Monochromatic Colors of #E1AECD
Black with #E1AECD
Text Example
Text Example
White with #E1AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AECD; }
p { color: rgb(225,174,205); }
H1.HeaderClassName
{
color: #E1AECD;
}
.AnyTagClassName
{
color: #E1AECD;
}
</style>
background-color css
<style>
a { background-color: #E1AECD; }
a { background-color: rgb(225,174,205); }
div.DivClassName
{
background-color: #E1AECD;
}
.BgClassName
{
background-color: #E1AECD;
}
</style>
border-color css
<style>
span { border-color: #E1AECD; }
span { border-color: rgb(225,174,205); }
td.TdClassName
{
border-color: #E1AECD;
}
.TagClassName
{
border-color: #E1AECD;
}
</style>