Shades of Twilight #EABBD1
Tints of Twilight #EABBD1
RGB
CMYK
RGB Variations
Color information
#EABBD1 (or 0xEABBD1) is known color: Twilight. HEX triplet: EA, BB and D1. RGB value is (234,187,209). Sum of RGB (Red+Green+Blue) = 234+187+209=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBD1 is #15442E. Grayscale: #CBCBCB. Windows color (decimal): -1393711 or 13745130. OLE color: 13745130.
HSL color Cylindrical-coordinate representation of color #EABBD1: hue angle of 331.91º 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 #EABBD1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 209 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.08 |
| HSL | 331.91º | 0.53% | 0.83% | - |
| HSV(B) | 331.91º | 0.2% | 0.92% | - |
| XYZ | 63.21 | 57.64 | 68.12 | - |
| YUV | 203.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 209 | 0 | 0.20 | 0.11 | 0.08 | 331.91 | 0.53 | 0.83 |
| Hex | EA | BB | D1 | 0 | 14 | B | 8 | 14C | 35 | 53 |
| Octal | 352 | 273 | 321 | 0 | 24 | 13 | 10 | 514 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11010001 | 0 | 10100 | 1011 | 1000 | 101001100 | 110101 | 1010011 |
Color Harmonies of #EABBD1
Complementary color
Monochromatic Colors of #EABBD1
Black with #EABBD1
Text Example
Text Example
White with #EABBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBD1; }
p { color: rgb(234,187,209); }
H1.HeaderClassName
{
color: #EABBD1;
}
.AnyTagClassName
{
color: #EABBD1;
}
</style>
background-color css
<style>
a { background-color: #EABBD1; }
a { background-color: rgb(234,187,209); }
div.DivClassName
{
background-color: #EABBD1;
}
.BgClassName
{
background-color: #EABBD1;
}
</style>
border-color css
<style>
span { border-color: #EABBD1; }
span { border-color: rgb(234,187,209); }
td.TdClassName
{
border-color: #EABBD1;
}
.TagClassName
{
border-color: #EABBD1;
}
</style>