Shades of Twilight #E1C1D2
Tints of Twilight #E1C1D2
RGB
CMYK
RGB Variations
Color information
#E1C1D2 (or 0xE1C1D2) is known color: Twilight. HEX triplet: E1, C1 and D2. RGB value is (225,193,210). Sum of RGB (Red+Green+Blue) = 225+193+210=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1D2 is #1E3E2D. Grayscale: #CCCCCC. Windows color (decimal): -1981998 or 13812193. OLE color: 13812193.
HSL color Cylindrical-coordinate representation of color #E1C1D2: hue angle of 328.12º 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 #E1C1D2 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 210 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.12 |
| HSL | 328.13º | 0.35% | 0.82% | - |
| HSV(B) | 328.13º | 0.14% | 0.88% | - |
| XYZ | 61.75 | 58.8 | 69.07 | - |
| YUV | 204.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 210 | 0 | 0.14 | 0.07 | 0.12 | 328.13 | 0.35 | 0.82 |
| Hex | E1 | C1 | D2 | 0 | E | 7 | C | 148 | 23 | 52 |
| Octal | 341 | 301 | 322 | 0 | 16 | 7 | 14 | 510 | 43 | 122 |
| Binary | 11100001 | 11000001 | 11010010 | 0 | 1110 | 111 | 1100 | 101001000 | 100011 | 1010010 |
Color Harmonies of #E1C1D2
Complementary color
Monochromatic Colors of #E1C1D2
Black with #E1C1D2
Text Example
Text Example
White with #E1C1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1D2; }
p { color: rgb(225,193,210); }
H1.HeaderClassName
{
color: #E1C1D2;
}
.AnyTagClassName
{
color: #E1C1D2;
}
</style>
background-color css
<style>
a { background-color: #E1C1D2; }
a { background-color: rgb(225,193,210); }
div.DivClassName
{
background-color: #E1C1D2;
}
.BgClassName
{
background-color: #E1C1D2;
}
</style>
border-color css
<style>
span { border-color: #E1C1D2; }
span { border-color: rgb(225,193,210); }
td.TdClassName
{
border-color: #E1C1D2;
}
.TagClassName
{
border-color: #E1C1D2;
}
</style>