Shades of Twilight #EABCD6
Tints of Twilight #EABCD6
RGB
CMYK
RGB Variations
Color information
#EABCD6 (or 0xEABCD6) is known color: Twilight. HEX triplet: EA, BC and D6. RGB value is (234,188,214). Sum of RGB (Red+Green+Blue) = 234+188+214=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCD6 is #154329. Grayscale: #CCCCCC. Windows color (decimal): -1393450 or 14073066. OLE color: 14073066.
HSL color Cylindrical-coordinate representation of color #EABCD6: hue angle of 326.09º 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 #EABCD6 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 214 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.08 |
| HSL | 326.09º | 0.52% | 0.83% | - |
| HSV(B) | 326.09º | 0.2% | 0.92% | - |
| XYZ | 64.05 | 58.31 | 71.5 | - |
| YUV | 204.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 214 | 0 | 0.20 | 0.09 | 0.08 | 326.09 | 0.52 | 0.83 |
| Hex | EA | BC | D6 | 0 | 14 | 9 | 8 | 146 | 34 | 53 |
| Octal | 352 | 274 | 326 | 0 | 24 | 11 | 10 | 506 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11010110 | 0 | 10100 | 1001 | 1000 | 101000110 | 110100 | 1010011 |
Color Harmonies of #EABCD6
Complementary color
Monochromatic Colors of #EABCD6
Black with #EABCD6
Text Example
Text Example
White with #EABCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCD6; }
p { color: rgb(234,188,214); }
H1.HeaderClassName
{
color: #EABCD6;
}
.AnyTagClassName
{
color: #EABCD6;
}
</style>
background-color css
<style>
a { background-color: #EABCD6; }
a { background-color: rgb(234,188,214); }
div.DivClassName
{
background-color: #EABCD6;
}
.BgClassName
{
background-color: #EABCD6;
}
</style>
border-color css
<style>
span { border-color: #EABCD6; }
span { border-color: rgb(234,188,214); }
td.TdClassName
{
border-color: #EABCD6;
}
.TagClassName
{
border-color: #EABCD6;
}
</style>