Shades of Twilight #E0C4D6
Tints of Twilight #E0C4D6
RGB
CMYK
RGB Variations
Color information
#E0C4D6 (or 0xE0C4D6) is known color: Twilight. HEX triplet: E0, C4 and D6. RGB value is (224,196,214). Sum of RGB (Red+Green+Blue) = 224+196+214=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C4D6 is #1F3B29. Grayscale: #CECECE. Windows color (decimal): -2046762 or 14075104. OLE color: 14075104.
HSL color Cylindrical-coordinate representation of color #E0C4D6: hue angle of 321.43º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0C4D6 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 214 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.12 |
| HSL | 321.43º | 0.31% | 0.82% | - |
| HSV(B) | 321.43º | 0.13% | 0.88% | - |
| XYZ | 62.62 | 60.18 | 71.93 | - |
| YUV | 206.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 214 | 0 | 0.12 | 0.04 | 0.12 | 321.43 | 0.31 | 0.82 |
| Hex | E0 | C4 | D6 | 0 | C | 4 | C | 141 | 1F | 52 |
| Octal | 340 | 304 | 326 | 0 | 14 | 4 | 14 | 501 | 37 | 122 |
| Binary | 11100000 | 11000100 | 11010110 | 0 | 1100 | 100 | 1100 | 101000001 | 11111 | 1010010 |
Color Harmonies of #E0C4D6
Complementary color
Monochromatic Colors of #E0C4D6
Black with #E0C4D6
Text Example
Text Example
White with #E0C4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C4D6; }
p { color: rgb(224,196,214); }
H1.HeaderClassName
{
color: #E0C4D6;
}
.AnyTagClassName
{
color: #E0C4D6;
}
</style>
background-color css
<style>
a { background-color: #E0C4D6; }
a { background-color: rgb(224,196,214); }
div.DivClassName
{
background-color: #E0C4D6;
}
.BgClassName
{
background-color: #E0C4D6;
}
</style>
border-color css
<style>
span { border-color: #E0C4D6; }
span { border-color: rgb(224,196,214); }
td.TdClassName
{
border-color: #E0C4D6;
}
.TagClassName
{
border-color: #E0C4D6;
}
</style>