Shades of Twilight #EABCD1
Tints of Twilight #EABCD1
RGB
CMYK
RGB Variations
Color information
#EABCD1 (or 0xEABCD1) is known color: Twilight. HEX triplet: EA, BC and D1. RGB value is (234,188,209). Sum of RGB (Red+Green+Blue) = 234+188+209=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCD1 is #15432E. Grayscale: #CCCCCC. Windows color (decimal): -1393455 or 13745386. OLE color: 13745386.
HSL color Cylindrical-coordinate representation of color #EABCD1: hue angle of 332.61º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCD1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 209 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.08 |
| HSL | 332.61º | 0.52% | 0.83% | - |
| HSV(B) | 332.61º | 0.2% | 0.92% | - |
| XYZ | 63.42 | 58.06 | 68.19 | - |
| YUV | 204.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 209 | 0 | 0.20 | 0.11 | 0.08 | 332.61 | 0.52 | 0.83 |
| Hex | EA | BC | D1 | 0 | 14 | B | 8 | 14D | 34 | 53 |
| Octal | 352 | 274 | 321 | 0 | 24 | 13 | 10 | 515 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11010001 | 0 | 10100 | 1011 | 1000 | 101001101 | 110100 | 1010011 |
Color Harmonies of #EABCD1
Complementary color
Monochromatic Colors of #EABCD1
Black with #EABCD1
Text Example
Text Example
White with #EABCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCD1; }
p { color: rgb(234,188,209); }
H1.HeaderClassName
{
color: #EABCD1;
}
.AnyTagClassName
{
color: #EABCD1;
}
</style>
background-color css
<style>
a { background-color: #EABCD1; }
a { background-color: rgb(234,188,209); }
div.DivClassName
{
background-color: #EABCD1;
}
.BgClassName
{
background-color: #EABCD1;
}
</style>
border-color css
<style>
span { border-color: #EABCD1; }
span { border-color: rgb(234,188,209); }
td.TdClassName
{
border-color: #EABCD1;
}
.TagClassName
{
border-color: #EABCD1;
}
</style>