Shades of Twilight #E6C5DA
Tints of Twilight #E6C5DA
RGB
CMYK
RGB Variations
Color information
#E6C5DA (or 0xE6C5DA) is known color: Twilight. HEX triplet: E6, C5 and DA. RGB value is (230,197,218). Sum of RGB (Red+Green+Blue) = 230+197+218=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C5DA is #193A25. Grayscale: #D1D1D1. Windows color (decimal): -1653286 or 14337510. OLE color: 14337510.
HSL color Cylindrical-coordinate representation of color #E6C5DA: hue angle of 321.82º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C5DA is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 218 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.10 |
| HSL | 321.82º | 0.4% | 0.84% | - |
| HSV(B) | 321.82º | 0.14% | 0.9% | - |
| XYZ | 65.25 | 61.82 | 74.82 | - |
| YUV | 209.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 218 | 0 | 0.14 | 0.05 | 0.10 | 321.82 | 0.4 | 0.84 |
| Hex | E6 | C5 | DA | 0 | E | 5 | A | 142 | 28 | 54 |
| Octal | 346 | 305 | 332 | 0 | 16 | 5 | 12 | 502 | 50 | 124 |
| Binary | 11100110 | 11000101 | 11011010 | 0 | 1110 | 101 | 1010 | 101000010 | 101000 | 1010100 |
Color Harmonies of #E6C5DA
Complementary color
Monochromatic Colors of #E6C5DA
Black with #E6C5DA
Text Example
Text Example
White with #E6C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5DA; }
p { color: rgb(230,197,218); }
H1.HeaderClassName
{
color: #E6C5DA;
}
.AnyTagClassName
{
color: #E6C5DA;
}
</style>
background-color css
<style>
a { background-color: #E6C5DA; }
a { background-color: rgb(230,197,218); }
div.DivClassName
{
background-color: #E6C5DA;
}
.BgClassName
{
background-color: #E6C5DA;
}
</style>
border-color css
<style>
span { border-color: #E6C5DA; }
span { border-color: rgb(230,197,218); }
td.TdClassName
{
border-color: #E6C5DA;
}
.TagClassName
{
border-color: #E6C5DA;
}
</style>