Shades of Twilight #E1C2D0
Tints of Twilight #E1C2D0
RGB
CMYK
RGB Variations
Color information
#E1C2D0 (or 0xE1C2D0) is known color: Twilight. HEX triplet: E1, C2 and D0. RGB value is (225,194,208). Sum of RGB (Red+Green+Blue) = 225+194+208=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2D0 is #1E3D2F. Grayscale: #CCCCCC. Windows color (decimal): -1981744 or 13681377. OLE color: 13681377.
HSL color Cylindrical-coordinate representation of color #E1C2D0: hue angle of 332.9º degrees, saturation: 0.34, 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 #E1C2D0 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 208 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.12 |
| HSL | 332.9º | 0.34% | 0.82% | - |
| HSV(B) | 332.9º | 0.14% | 0.88% | - |
| XYZ | 61.73 | 59.15 | 67.84 | - |
| YUV | 204.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 208 | 0 | 0.14 | 0.08 | 0.12 | 332.9 | 0.34 | 0.82 |
| Hex | E1 | C2 | D0 | 0 | E | 8 | C | 14D | 22 | 52 |
| Octal | 341 | 302 | 320 | 0 | 16 | 10 | 14 | 515 | 42 | 122 |
| Binary | 11100001 | 11000010 | 11010000 | 0 | 1110 | 1000 | 1100 | 101001101 | 100010 | 1010010 |
Color Harmonies of #E1C2D0
Complementary color
Monochromatic Colors of #E1C2D0
Black with #E1C2D0
Text Example
Text Example
White with #E1C2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C2D0; }
p { color: rgb(225,194,208); }
H1.HeaderClassName
{
color: #E1C2D0;
}
.AnyTagClassName
{
color: #E1C2D0;
}
</style>
background-color css
<style>
a { background-color: #E1C2D0; }
a { background-color: rgb(225,194,208); }
div.DivClassName
{
background-color: #E1C2D0;
}
.BgClassName
{
background-color: #E1C2D0;
}
</style>
border-color css
<style>
span { border-color: #E1C2D0; }
span { border-color: rgb(225,194,208); }
td.TdClassName
{
border-color: #E1C2D0;
}
.TagClassName
{
border-color: #E1C2D0;
}
</style>