Shades of Twilight #E1ADCE
Tints of Twilight #E1ADCE
RGB
CMYK
RGB Variations
Color information
#E1ADCE (or 0xE1ADCE) is known color: Twilight. HEX triplet: E1, AD and CE. RGB value is (225,173,206). Sum of RGB (Red+Green+Blue) = 225+173+206=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADCE is #1E5231. Grayscale: #C0C0C0. Windows color (decimal): -1987122 or 13544929. OLE color: 13544929.
HSL color Cylindrical-coordinate representation of color #E1ADCE: hue angle of 321.92º 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 #E1ADCE is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 206 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.12 |
| HSL | 321.92º | 0.46% | 0.78% | - |
| HSV(B) | 321.92º | 0.23% | 0.88% | - |
| XYZ | 57.14 | 50.35 | 65.1 | - |
| YUV | 192.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 206 | 0 | 0.23 | 0.08 | 0.12 | 321.92 | 0.46 | 0.78 |
| Hex | E1 | AD | CE | 0 | 17 | 8 | C | 142 | 2E | 4E |
| Octal | 341 | 255 | 316 | 0 | 27 | 10 | 14 | 502 | 56 | 116 |
| Binary | 11100001 | 10101101 | 11001110 | 0 | 10111 | 1000 | 1100 | 101000010 | 101110 | 1001110 |
Color Harmonies of #E1ADCE
Complementary color
Monochromatic Colors of #E1ADCE
Black with #E1ADCE
Text Example
Text Example
White with #E1ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADCE; }
p { color: rgb(225,173,206); }
H1.HeaderClassName
{
color: #E1ADCE;
}
.AnyTagClassName
{
color: #E1ADCE;
}
</style>
background-color css
<style>
a { background-color: #E1ADCE; }
a { background-color: rgb(225,173,206); }
div.DivClassName
{
background-color: #E1ADCE;
}
.BgClassName
{
background-color: #E1ADCE;
}
</style>
border-color css
<style>
span { border-color: #E1ADCE; }
span { border-color: rgb(225,173,206); }
td.TdClassName
{
border-color: #E1ADCE;
}
.TagClassName
{
border-color: #E1ADCE;
}
</style>