Shades of Twilight #E0CEDA
Tints of Twilight #E0CEDA
RGB
CMYK
RGB Variations
Color information
#E0CEDA (or 0xE0CEDA) is known color: Twilight. HEX triplet: E0, CE and DA. RGB value is (224,206,218). Sum of RGB (Red+Green+Blue) = 224+206+218=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CEDA is #1F3125. Grayscale: #D4D4D4. Windows color (decimal): -2044198 or 14339808. OLE color: 14339808.
HSL color Cylindrical-coordinate representation of color #E0CEDA: hue angle of 320º degrees, saturation: 0.22, 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 #E0CEDA is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 218 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.12 |
| HSL | 320º | 0.23% | 0.84% | - |
| HSV(B) | 320º | 0.08% | 0.88% | - |
| XYZ | 65.47 | 65.05 | 75.44 | - |
| YUV | 212.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 218 | 0 | 0.08 | 0.03 | 0.12 | 320 | 0.23 | 0.84 |
| Hex | E0 | CE | DA | 0 | 8 | 3 | C | 140 | 16 | 54 |
| Octal | 340 | 316 | 332 | 0 | 10 | 3 | 14 | 500 | 26 | 124 |
| Binary | 11100000 | 11001110 | 11011010 | 0 | 1000 | 11 | 1100 | 101000000 | 10110 | 1010100 |
Color Harmonies of #E0CEDA
Complementary color
Monochromatic Colors of #E0CEDA
Black with #E0CEDA
Text Example
Text Example
White with #E0CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEDA; }
p { color: rgb(224,206,218); }
H1.HeaderClassName
{
color: #E0CEDA;
}
.AnyTagClassName
{
color: #E0CEDA;
}
</style>
background-color css
<style>
a { background-color: #E0CEDA; }
a { background-color: rgb(224,206,218); }
div.DivClassName
{
background-color: #E0CEDA;
}
.BgClassName
{
background-color: #E0CEDA;
}
</style>
border-color css
<style>
span { border-color: #E0CEDA; }
span { border-color: rgb(224,206,218); }
td.TdClassName
{
border-color: #E0CEDA;
}
.TagClassName
{
border-color: #E0CEDA;
}
</style>