Shades of Twilight #E5C0D2
Tints of Twilight #E5C0D2
RGB
CMYK
RGB Variations
Color information
#E5C0D2 (or 0xE5C0D2) is known color: Twilight. HEX triplet: E5, C0 and D2. RGB value is (229,192,210). Sum of RGB (Red+Green+Blue) = 229+192+210=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C0D2 is #1A3F2D. Grayscale: #CDCDCD. Windows color (decimal): -1720110 or 13811941. OLE color: 13811941.
HSL color Cylindrical-coordinate representation of color #E5C0D2: hue angle of 330.81º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5C0D2 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 210 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.10 |
| HSL | 330.81º | 0.42% | 0.83% | - |
| HSV(B) | 330.81º | 0.16% | 0.9% | - |
| XYZ | 62.8 | 59.01 | 69.05 | - |
| YUV | 205.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 210 | 0 | 0.16 | 0.08 | 0.10 | 330.81 | 0.42 | 0.83 |
| Hex | E5 | C0 | D2 | 0 | 10 | 8 | A | 14B | 2A | 53 |
| Octal | 345 | 300 | 322 | 0 | 20 | 10 | 12 | 513 | 52 | 123 |
| Binary | 11100101 | 11000000 | 11010010 | 0 | 10000 | 1000 | 1010 | 101001011 | 101010 | 1010011 |
Color Harmonies of #E5C0D2
Complementary color
Monochromatic Colors of #E5C0D2
Black with #E5C0D2
Text Example
Text Example
White with #E5C0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C0D2; }
p { color: rgb(229,192,210); }
H1.HeaderClassName
{
color: #E5C0D2;
}
.AnyTagClassName
{
color: #E5C0D2;
}
</style>
background-color css
<style>
a { background-color: #E5C0D2; }
a { background-color: rgb(229,192,210); }
div.DivClassName
{
background-color: #E5C0D2;
}
.BgClassName
{
background-color: #E5C0D2;
}
</style>
border-color css
<style>
span { border-color: #E5C0D2; }
span { border-color: rgb(229,192,210); }
td.TdClassName
{
border-color: #E5C0D2;
}
.TagClassName
{
border-color: #E5C0D2;
}
</style>