Shades of Twilight #E0AECD
Tints of Twilight #E0AECD
RGB
CMYK
RGB Variations
Color information
#E0AECD (or 0xE0AECD) is known color: Twilight. HEX triplet: E0, AE and CD. RGB value is (224,174,205). Sum of RGB (Red+Green+Blue) = 224+174+205=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AECD is #1F5132. Grayscale: #C0C0C0. Windows color (decimal): -2052403 or 13479648. OLE color: 13479648.
HSL color Cylindrical-coordinate representation of color #E0AECD: hue angle of 322.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AECD is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 205 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.12 |
| HSL | 322.8º | 0.45% | 0.78% | - |
| HSV(B) | 322.8º | 0.22% | 0.88% | - |
| XYZ | 56.9 | 50.53 | 64.51 | - |
| YUV | 192.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 205 | 0 | 0.22 | 0.08 | 0.12 | 322.8 | 0.45 | 0.78 |
| Hex | E0 | AE | CD | 0 | 16 | 8 | C | 143 | 2D | 4E |
| Octal | 340 | 256 | 315 | 0 | 26 | 10 | 14 | 503 | 55 | 116 |
| Binary | 11100000 | 10101110 | 11001101 | 0 | 10110 | 1000 | 1100 | 101000011 | 101101 | 1001110 |
Color Harmonies of #E0AECD
Complementary color
Monochromatic Colors of #E0AECD
Black with #E0AECD
Text Example
Text Example
White with #E0AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AECD; }
p { color: rgb(224,174,205); }
H1.HeaderClassName
{
color: #E0AECD;
}
.AnyTagClassName
{
color: #E0AECD;
}
</style>
background-color css
<style>
a { background-color: #E0AECD; }
a { background-color: rgb(224,174,205); }
div.DivClassName
{
background-color: #E0AECD;
}
.BgClassName
{
background-color: #E0AECD;
}
</style>
border-color css
<style>
span { border-color: #E0AECD; }
span { border-color: rgb(224,174,205); }
td.TdClassName
{
border-color: #E0AECD;
}
.TagClassName
{
border-color: #E0AECD;
}
</style>