Shades of Twilight #E0CAD8
Tints of Twilight #E0CAD8
RGB
CMYK
RGB Variations
Color information
#E0CAD8 (or 0xE0CAD8) is known color: Twilight. HEX triplet: E0, CA and D8. RGB value is (224,202,216). Sum of RGB (Red+Green+Blue) = 224+202+216=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CAD8 is #1F3527. Grayscale: #D2D2D2. Windows color (decimal): -2045224 or 14207712. OLE color: 14207712.
HSL color Cylindrical-coordinate representation of color #E0CAD8: hue angle of 321.82º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CAD8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 216 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.12 |
| HSL | 321.82º | 0.26% | 0.84% | - |
| HSV(B) | 321.82º | 0.1% | 0.88% | - |
| XYZ | 64.26 | 63.05 | 73.75 | - |
| YUV | 210.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 216 | 0 | 0.10 | 0.04 | 0.12 | 321.82 | 0.26 | 0.84 |
| Hex | E0 | CA | D8 | 0 | A | 4 | C | 142 | 1A | 54 |
| Octal | 340 | 312 | 330 | 0 | 12 | 4 | 14 | 502 | 32 | 124 |
| Binary | 11100000 | 11001010 | 11011000 | 0 | 1010 | 100 | 1100 | 101000010 | 11010 | 1010100 |
Color Harmonies of #E0CAD8
Complementary color
Monochromatic Colors of #E0CAD8
Black with #E0CAD8
Text Example
Text Example
White with #E0CAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CAD8; }
p { color: rgb(224,202,216); }
H1.HeaderClassName
{
color: #E0CAD8;
}
.AnyTagClassName
{
color: #E0CAD8;
}
</style>
background-color css
<style>
a { background-color: #E0CAD8; }
a { background-color: rgb(224,202,216); }
div.DivClassName
{
background-color: #E0CAD8;
}
.BgClassName
{
background-color: #E0CAD8;
}
</style>
border-color css
<style>
span { border-color: #E0CAD8; }
span { border-color: rgb(224,202,216); }
td.TdClassName
{
border-color: #E0CAD8;
}
.TagClassName
{
border-color: #E0CAD8;
}
</style>