Shades of Twilight #E0CDDA
Tints of Twilight #E0CDDA
RGB
CMYK
RGB Variations
Color information
#E0CDDA (or 0xE0CDDA) is known color: Twilight. HEX triplet: E0, CD and DA. RGB value is (224,205,218). Sum of RGB (Red+Green+Blue) = 224+205+218=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDDA is #1F3225. Grayscale: #D4D4D4. Windows color (decimal): -2044454 or 14339552. OLE color: 14339552.
HSL color Cylindrical-coordinate representation of color #E0CDDA: hue angle of 318.95º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CDDA is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 218 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.12 |
| HSL | 318.95º | 0.23% | 0.84% | - |
| HSV(B) | 318.95º | 0.08% | 0.88% | - |
| XYZ | 65.23 | 64.57 | 75.36 | - |
| YUV | 212.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 218 | 0 | 0.08 | 0.03 | 0.12 | 318.95 | 0.23 | 0.84 |
| Hex | E0 | CD | DA | 0 | 8 | 3 | C | 13F | 17 | 54 |
| Octal | 340 | 315 | 332 | 0 | 10 | 3 | 14 | 477 | 27 | 124 |
| Binary | 11100000 | 11001101 | 11011010 | 0 | 1000 | 11 | 1100 | 100111111 | 10111 | 1010100 |
Color Harmonies of #E0CDDA
Complementary color
Monochromatic Colors of #E0CDDA
Black with #E0CDDA
Text Example
Text Example
White with #E0CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDDA; }
p { color: rgb(224,205,218); }
H1.HeaderClassName
{
color: #E0CDDA;
}
.AnyTagClassName
{
color: #E0CDDA;
}
</style>
background-color css
<style>
a { background-color: #E0CDDA; }
a { background-color: rgb(224,205,218); }
div.DivClassName
{
background-color: #E0CDDA;
}
.BgClassName
{
background-color: #E0CDDA;
}
</style>
border-color css
<style>
span { border-color: #E0CDDA; }
span { border-color: rgb(224,205,218); }
td.TdClassName
{
border-color: #E0CDDA;
}
.TagClassName
{
border-color: #E0CDDA;
}
</style>