Shades of Twilight #E1C2D3
Tints of Twilight #E1C2D3
RGB
CMYK
RGB Variations
Color information
#E1C2D3 (or 0xE1C2D3) is known color: Twilight. HEX triplet: E1, C2 and D3. RGB value is (225,194,211). Sum of RGB (Red+Green+Blue) = 225+194+211=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2D3 is #1E3D2C. Grayscale: #CDCDCD. Windows color (decimal): -1981741 or 13877985. OLE color: 13877985.
HSL color Cylindrical-coordinate representation of color #E1C2D3: hue angle of 327.1º 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 #E1C2D3 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 211 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.12 |
| HSL | 327.1º | 0.34% | 0.82% | - |
| HSV(B) | 327.1º | 0.14% | 0.88% | - |
| XYZ | 62.1 | 59.29 | 69.8 | - |
| YUV | 205.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 211 | 0 | 0.14 | 0.06 | 0.12 | 327.1 | 0.34 | 0.82 |
| Hex | E1 | C2 | D3 | 0 | E | 6 | C | 147 | 22 | 52 |
| Octal | 341 | 302 | 323 | 0 | 16 | 6 | 14 | 507 | 42 | 122 |
| Binary | 11100001 | 11000010 | 11010011 | 0 | 1110 | 110 | 1100 | 101000111 | 100010 | 1010010 |
Color Harmonies of #E1C2D3
Complementary color
Monochromatic Colors of #E1C2D3
Black with #E1C2D3
Text Example
Text Example
White with #E1C2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C2D3; }
p { color: rgb(225,194,211); }
H1.HeaderClassName
{
color: #E1C2D3;
}
.AnyTagClassName
{
color: #E1C2D3;
}
</style>
background-color css
<style>
a { background-color: #E1C2D3; }
a { background-color: rgb(225,194,211); }
div.DivClassName
{
background-color: #E1C2D3;
}
.BgClassName
{
background-color: #E1C2D3;
}
</style>
border-color css
<style>
span { border-color: #E1C2D3; }
span { border-color: rgb(225,194,211); }
td.TdClassName
{
border-color: #E1C2D3;
}
.TagClassName
{
border-color: #E1C2D3;
}
</style>