Shades of Twilight #E1CCDA
Tints of Twilight #E1CCDA
RGB
CMYK
RGB Variations
Color information
#E1CCDA (or 0xE1CCDA) is known color: Twilight. HEX triplet: E1, CC and DA. RGB value is (225,204,218). Sum of RGB (Red+Green+Blue) = 225+204+218=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCDA is #1E3325. Grayscale: #D3D3D3. Windows color (decimal): -1979174 or 14339297. OLE color: 14339297.
HSL color Cylindrical-coordinate representation of color #E1CCDA: hue angle of 320º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CCDA is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 218 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.12 |
| HSL | 320º | 0.26% | 0.84% | - |
| HSV(B) | 320º | 0.09% | 0.88% | - |
| XYZ | 65.3 | 64.26 | 75.29 | - |
| YUV | 211.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 218 | 0 | 0.09 | 0.03 | 0.12 | 320 | 0.26 | 0.84 |
| Hex | E1 | CC | DA | 0 | 9 | 3 | C | 140 | 1A | 54 |
| Octal | 341 | 314 | 332 | 0 | 11 | 3 | 14 | 500 | 32 | 124 |
| Binary | 11100001 | 11001100 | 11011010 | 0 | 1001 | 11 | 1100 | 101000000 | 11010 | 1010100 |
Color Harmonies of #E1CCDA
Complementary color
Monochromatic Colors of #E1CCDA
Black with #E1CCDA
Text Example
Text Example
White with #E1CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCDA; }
p { color: rgb(225,204,218); }
H1.HeaderClassName
{
color: #E1CCDA;
}
.AnyTagClassName
{
color: #E1CCDA;
}
</style>
background-color css
<style>
a { background-color: #E1CCDA; }
a { background-color: rgb(225,204,218); }
div.DivClassName
{
background-color: #E1CCDA;
}
.BgClassName
{
background-color: #E1CCDA;
}
</style>
border-color css
<style>
span { border-color: #E1CCDA; }
span { border-color: rgb(225,204,218); }
td.TdClassName
{
border-color: #E1CCDA;
}
.TagClassName
{
border-color: #E1CCDA;
}
</style>