Shades of Twilight #EABBD7
Tints of Twilight #EABBD7
RGB
CMYK
RGB Variations
Color information
#EABBD7 (or 0xEABBD7) is known color: Twilight. HEX triplet: EA, BB and D7. RGB value is (234,187,215). Sum of RGB (Red+Green+Blue) = 234+187+215=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBD7 is #154428. Grayscale: #CCCCCC. Windows color (decimal): -1393705 or 14138346. OLE color: 14138346.
HSL color Cylindrical-coordinate representation of color #EABBD7: hue angle of 324.26º degrees, saturation: 0.53, 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 #EABBD7 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 215 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.08 |
| HSL | 324.26º | 0.53% | 0.83% | - |
| HSV(B) | 324.26º | 0.2% | 0.92% | - |
| XYZ | 63.97 | 57.94 | 72.1 | - |
| YUV | 204.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 215 | 0 | 0.20 | 0.08 | 0.08 | 324.26 | 0.53 | 0.83 |
| Hex | EA | BB | D7 | 0 | 14 | 8 | 8 | 144 | 35 | 53 |
| Octal | 352 | 273 | 327 | 0 | 24 | 10 | 10 | 504 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11010111 | 0 | 10100 | 1000 | 1000 | 101000100 | 110101 | 1010011 |
Color Harmonies of #EABBD7
Complementary color
Monochromatic Colors of #EABBD7
Black with #EABBD7
Text Example
Text Example
White with #EABBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBD7; }
p { color: rgb(234,187,215); }
H1.HeaderClassName
{
color: #EABBD7;
}
.AnyTagClassName
{
color: #EABBD7;
}
</style>
background-color css
<style>
a { background-color: #EABBD7; }
a { background-color: rgb(234,187,215); }
div.DivClassName
{
background-color: #EABBD7;
}
.BgClassName
{
background-color: #EABBD7;
}
</style>
border-color css
<style>
span { border-color: #EABBD7; }
span { border-color: rgb(234,187,215); }
td.TdClassName
{
border-color: #EABBD7;
}
.TagClassName
{
border-color: #EABBD7;
}
</style>