Shades of Twilight #E2C9DA
Tints of Twilight #E2C9DA
RGB
CMYK
RGB Variations
Color information
#E2C9DA (or 0xE2C9DA) is known color: Twilight. HEX triplet: E2, C9 and DA. RGB value is (226,201,218). Sum of RGB (Red+Green+Blue) = 226+201+218=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C9DA is #1D3625. Grayscale: #D2D2D2. Windows color (decimal): -1914406 or 14338530. OLE color: 14338530.
HSL color Cylindrical-coordinate representation of color #E2C9DA: hue angle of 319.2º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2C9DA is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 218 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.11 |
| HSL | 319.2º | 0.3% | 0.84% | - |
| HSV(B) | 319.2º | 0.11% | 0.89% | - |
| XYZ | 64.91 | 63 | 75.07 | - |
| YUV | 210.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 218 | 0 | 0.11 | 0.04 | 0.11 | 319.2 | 0.3 | 0.84 |
| Hex | E2 | C9 | DA | 0 | B | 4 | B | 13F | 1E | 54 |
| Octal | 342 | 311 | 332 | 0 | 13 | 4 | 13 | 477 | 36 | 124 |
| Binary | 11100010 | 11001001 | 11011010 | 0 | 1011 | 100 | 1011 | 100111111 | 11110 | 1010100 |
Color Harmonies of #E2C9DA
Complementary color
Monochromatic Colors of #E2C9DA
Black with #E2C9DA
Text Example
Text Example
White with #E2C9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C9DA; }
p { color: rgb(226,201,218); }
H1.HeaderClassName
{
color: #E2C9DA;
}
.AnyTagClassName
{
color: #E2C9DA;
}
</style>
background-color css
<style>
a { background-color: #E2C9DA; }
a { background-color: rgb(226,201,218); }
div.DivClassName
{
background-color: #E2C9DA;
}
.BgClassName
{
background-color: #E2C9DA;
}
</style>
border-color css
<style>
span { border-color: #E2C9DA; }
span { border-color: rgb(226,201,218); }
td.TdClassName
{
border-color: #E2C9DA;
}
.TagClassName
{
border-color: #E2C9DA;
}
</style>