Shades of Twilight #E1C4D5
Tints of Twilight #E1C4D5
RGB
CMYK
RGB Variations
Color information
#E1C4D5 (or 0xE1C4D5) is known color: Twilight. HEX triplet: E1, C4 and D5. RGB value is (225,196,213). Sum of RGB (Red+Green+Blue) = 225+196+213=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C4D5 is #1E3B2A. Grayscale: #CECECE. Windows color (decimal): -1981227 or 14009569. OLE color: 14009569.
HSL color Cylindrical-coordinate representation of color #E1C4D5: hue angle of 324.83º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1C4D5 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 213 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.12 |
| HSL | 324.83º | 0.33% | 0.83% | - |
| HSV(B) | 324.83º | 0.13% | 0.88% | - |
| XYZ | 62.8 | 60.29 | 71.28 | - |
| YUV | 206.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 213 | 0 | 0.13 | 0.05 | 0.12 | 324.83 | 0.33 | 0.83 |
| Hex | E1 | C4 | D5 | 0 | D | 5 | C | 145 | 21 | 53 |
| Octal | 341 | 304 | 325 | 0 | 15 | 5 | 14 | 505 | 41 | 123 |
| Binary | 11100001 | 11000100 | 11010101 | 0 | 1101 | 101 | 1100 | 101000101 | 100001 | 1010011 |
Color Harmonies of #E1C4D5
Complementary color
Monochromatic Colors of #E1C4D5
Black with #E1C4D5
Text Example
Text Example
White with #E1C4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C4D5; }
p { color: rgb(225,196,213); }
H1.HeaderClassName
{
color: #E1C4D5;
}
.AnyTagClassName
{
color: #E1C4D5;
}
</style>
background-color css
<style>
a { background-color: #E1C4D5; }
a { background-color: rgb(225,196,213); }
div.DivClassName
{
background-color: #E1C4D5;
}
.BgClassName
{
background-color: #E1C4D5;
}
</style>
border-color css
<style>
span { border-color: #E1C4D5; }
span { border-color: rgb(225,196,213); }
td.TdClassName
{
border-color: #E1C4D5;
}
.TagClassName
{
border-color: #E1C4D5;
}
</style>