Shades of Twilight #E1C2D2
Tints of Twilight #E1C2D2
RGB
CMYK
RGB Variations
Color information
#E1C2D2 (or 0xE1C2D2) is known color: Twilight. HEX triplet: E1, C2 and D2. RGB value is (225,194,210). Sum of RGB (Red+Green+Blue) = 225+194+210=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2D2 is #1E3D2D. Grayscale: #CDCDCD. Windows color (decimal): -1981742 or 13812449. OLE color: 13812449.
HSL color Cylindrical-coordinate representation of color #E1C2D2: hue angle of 329.03º 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 #E1C2D2 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 210 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.12 |
| HSL | 329.03º | 0.34% | 0.82% | - |
| HSV(B) | 329.03º | 0.14% | 0.88% | - |
| XYZ | 61.98 | 59.24 | 69.14 | - |
| YUV | 205.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 210 | 0 | 0.14 | 0.07 | 0.12 | 329.03 | 0.34 | 0.82 |
| Hex | E1 | C2 | D2 | 0 | E | 7 | C | 149 | 22 | 52 |
| Octal | 341 | 302 | 322 | 0 | 16 | 7 | 14 | 511 | 42 | 122 |
| Binary | 11100001 | 11000010 | 11010010 | 0 | 1110 | 111 | 1100 | 101001001 | 100010 | 1010010 |
Color Harmonies of #E1C2D2
Complementary color
Monochromatic Colors of #E1C2D2
Black with #E1C2D2
Text Example
Text Example
White with #E1C2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C2D2; }
p { color: rgb(225,194,210); }
H1.HeaderClassName
{
color: #E1C2D2;
}
.AnyTagClassName
{
color: #E1C2D2;
}
</style>
background-color css
<style>
a { background-color: #E1C2D2; }
a { background-color: rgb(225,194,210); }
div.DivClassName
{
background-color: #E1C2D2;
}
.BgClassName
{
background-color: #E1C2D2;
}
</style>
border-color css
<style>
span { border-color: #E1C2D2; }
span { border-color: rgb(225,194,210); }
td.TdClassName
{
border-color: #E1C2D2;
}
.TagClassName
{
border-color: #E1C2D2;
}
</style>