Shades of Twilight #E0C0D2
Tints of Twilight #E0C0D2
RGB
CMYK
RGB Variations
Color information
#E0C0D2 (or 0xE0C0D2) is known color: Twilight. HEX triplet: E0, C0 and D2. RGB value is (224,192,210). Sum of RGB (Red+Green+Blue) = 224+192+210=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C0D2 is #1F3F2D. Grayscale: #CBCBCB. Windows color (decimal): -2047790 or 13811936. OLE color: 13811936.
HSL color Cylindrical-coordinate representation of color #E0C0D2: hue angle of 326.25º 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 #E0C0D2 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 210 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.12 |
| HSL | 326.25º | 0.34% | 0.82% | - |
| HSV(B) | 326.25º | 0.14% | 0.88% | - |
| XYZ | 61.22 | 58.2 | 68.98 | - |
| YUV | 203.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 210 | 0 | 0.14 | 0.06 | 0.12 | 326.25 | 0.34 | 0.82 |
| Hex | E0 | C0 | D2 | 0 | E | 6 | C | 146 | 22 | 52 |
| Octal | 340 | 300 | 322 | 0 | 16 | 6 | 14 | 506 | 42 | 122 |
| Binary | 11100000 | 11000000 | 11010010 | 0 | 1110 | 110 | 1100 | 101000110 | 100010 | 1010010 |
Color Harmonies of #E0C0D2
Complementary color
Monochromatic Colors of #E0C0D2
Black with #E0C0D2
Text Example
Text Example
White with #E0C0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C0D2; }
p { color: rgb(224,192,210); }
H1.HeaderClassName
{
color: #E0C0D2;
}
.AnyTagClassName
{
color: #E0C0D2;
}
</style>
background-color css
<style>
a { background-color: #E0C0D2; }
a { background-color: rgb(224,192,210); }
div.DivClassName
{
background-color: #E0C0D2;
}
.BgClassName
{
background-color: #E0C0D2;
}
</style>
border-color css
<style>
span { border-color: #E0C0D2; }
span { border-color: rgb(224,192,210); }
td.TdClassName
{
border-color: #E0C0D2;
}
.TagClassName
{
border-color: #E0C0D2;
}
</style>