Shades of Twilight #EABBD5
Tints of Twilight #EABBD5
RGB
CMYK
RGB Variations
Color information
#EABBD5 (or 0xEABBD5) is known color: Twilight. HEX triplet: EA, BB and D5. RGB value is (234,187,213). Sum of RGB (Red+Green+Blue) = 234+187+213=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBD5 is #15442A. Grayscale: #CBCBCB. Windows color (decimal): -1393707 or 14007274. OLE color: 14007274.
HSL color Cylindrical-coordinate representation of color #EABBD5: hue angle of 326.81º 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 #EABBD5 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 213 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.08 |
| HSL | 326.81º | 0.53% | 0.83% | - |
| HSV(B) | 326.81º | 0.2% | 0.92% | - |
| XYZ | 63.71 | 57.84 | 70.76 | - |
| YUV | 204.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 213 | 0 | 0.20 | 0.09 | 0.08 | 326.81 | 0.53 | 0.83 |
| Hex | EA | BB | D5 | 0 | 14 | 9 | 8 | 147 | 35 | 53 |
| Octal | 352 | 273 | 325 | 0 | 24 | 11 | 10 | 507 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11010101 | 0 | 10100 | 1001 | 1000 | 101000111 | 110101 | 1010011 |
Color Harmonies of #EABBD5
Complementary color
Monochromatic Colors of #EABBD5
Black with #EABBD5
Text Example
Text Example
White with #EABBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBD5; }
p { color: rgb(234,187,213); }
H1.HeaderClassName
{
color: #EABBD5;
}
.AnyTagClassName
{
color: #EABBD5;
}
</style>
background-color css
<style>
a { background-color: #EABBD5; }
a { background-color: rgb(234,187,213); }
div.DivClassName
{
background-color: #EABBD5;
}
.BgClassName
{
background-color: #EABBD5;
}
</style>
border-color css
<style>
span { border-color: #EABBD5; }
span { border-color: rgb(234,187,213); }
td.TdClassName
{
border-color: #EABBD5;
}
.TagClassName
{
border-color: #EABBD5;
}
</style>