Shades of Twilight #E1C1D5
Tints of Twilight #E1C1D5
RGB
CMYK
RGB Variations
Color information
#E1C1D5 (or 0xE1C1D5) is known color: Twilight. HEX triplet: E1, C1 and D5. RGB value is (225,193,213). Sum of RGB (Red+Green+Blue) = 225+193+213=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1D5 is #1E3E2A. Grayscale: #CCCCCC. Windows color (decimal): -1981995 or 14008801. OLE color: 14008801.
HSL color Cylindrical-coordinate representation of color #E1C1D5: hue angle of 322.5º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1C1D5 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 213 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.12 |
| HSL | 322.5º | 0.35% | 0.82% | - |
| HSV(B) | 322.5º | 0.14% | 0.88% | - |
| XYZ | 62.13 | 58.95 | 71.05 | - |
| YUV | 204.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 213 | 0 | 0.14 | 0.05 | 0.12 | 322.5 | 0.35 | 0.82 |
| Hex | E1 | C1 | D5 | 0 | E | 5 | C | 142 | 23 | 52 |
| Octal | 341 | 301 | 325 | 0 | 16 | 5 | 14 | 502 | 43 | 122 |
| Binary | 11100001 | 11000001 | 11010101 | 0 | 1110 | 101 | 1100 | 101000010 | 100011 | 1010010 |
Color Harmonies of #E1C1D5
Complementary color
Monochromatic Colors of #E1C1D5
Black with #E1C1D5
Text Example
Text Example
White with #E1C1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1D5; }
p { color: rgb(225,193,213); }
H1.HeaderClassName
{
color: #E1C1D5;
}
.AnyTagClassName
{
color: #E1C1D5;
}
</style>
background-color css
<style>
a { background-color: #E1C1D5; }
a { background-color: rgb(225,193,213); }
div.DivClassName
{
background-color: #E1C1D5;
}
.BgClassName
{
background-color: #E1C1D5;
}
</style>
border-color css
<style>
span { border-color: #E1C1D5; }
span { border-color: rgb(225,193,213); }
td.TdClassName
{
border-color: #E1C1D5;
}
.TagClassName
{
border-color: #E1C1D5;
}
</style>