Shades of Twilight #E1CEDB
Tints of Twilight #E1CEDB
RGB
CMYK
RGB Variations
Color information
#E1CEDB (or 0xE1CEDB) is known color: Twilight. HEX triplet: E1, CE and DB. RGB value is (225,206,219). Sum of RGB (Red+Green+Blue) = 225+206+219=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CEDB is #1E3124. Grayscale: #D5D5D5. Windows color (decimal): -1978661 or 14405345. OLE color: 14405345.
HSL color Cylindrical-coordinate representation of color #E1CEDB: hue angle of 318.95º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CEDB is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 219 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.12 |
| HSL | 318.95º | 0.24% | 0.85% | - |
| HSV(B) | 318.95º | 0.08% | 0.88% | - |
| XYZ | 65.91 | 65.26 | 76.14 | - |
| YUV | 213.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 219 | 0 | 0.08 | 0.03 | 0.12 | 318.95 | 0.24 | 0.85 |
| Hex | E1 | CE | DB | 0 | 8 | 3 | C | 13F | 18 | 55 |
| Octal | 341 | 316 | 333 | 0 | 10 | 3 | 14 | 477 | 30 | 125 |
| Binary | 11100001 | 11001110 | 11011011 | 0 | 1000 | 11 | 1100 | 100111111 | 11000 | 1010101 |
Color Harmonies of #E1CEDB
Complementary color
Monochromatic Colors of #E1CEDB
Black with #E1CEDB
Text Example
Text Example
White with #E1CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEDB; }
p { color: rgb(225,206,219); }
H1.HeaderClassName
{
color: #E1CEDB;
}
.AnyTagClassName
{
color: #E1CEDB;
}
</style>
background-color css
<style>
a { background-color: #E1CEDB; }
a { background-color: rgb(225,206,219); }
div.DivClassName
{
background-color: #E1CEDB;
}
.BgClassName
{
background-color: #E1CEDB;
}
</style>
border-color css
<style>
span { border-color: #E1CEDB; }
span { border-color: rgb(225,206,219); }
td.TdClassName
{
border-color: #E1CEDB;
}
.TagClassName
{
border-color: #E1CEDB;
}
</style>