Shades of Twilight #EABBD3
Tints of Twilight #EABBD3
RGB
CMYK
RGB Variations
Color information
#EABBD3 (or 0xEABBD3) is known color: Twilight. HEX triplet: EA, BB and D3. RGB value is (234,187,211). Sum of RGB (Red+Green+Blue) = 234+187+211=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBD3 is #15442C. Grayscale: #CBCBCB. Windows color (decimal): -1393709 or 13876202. OLE color: 13876202.
HSL color Cylindrical-coordinate representation of color #EABBD3: hue angle of 329.36º 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 #EABBD3 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 211 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.08 |
| HSL | 329.36º | 0.53% | 0.83% | - |
| HSV(B) | 329.36º | 0.2% | 0.92% | - |
| XYZ | 63.46 | 57.74 | 69.43 | - |
| YUV | 203.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 211 | 0 | 0.20 | 0.10 | 0.08 | 329.36 | 0.53 | 0.83 |
| Hex | EA | BB | D3 | 0 | 14 | A | 8 | 149 | 35 | 53 |
| Octal | 352 | 273 | 323 | 0 | 24 | 12 | 10 | 511 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11010011 | 0 | 10100 | 1010 | 1000 | 101001001 | 110101 | 1010011 |
Color Harmonies of #EABBD3
Complementary color
Monochromatic Colors of #EABBD3
Black with #EABBD3
Text Example
Text Example
White with #EABBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBD3; }
p { color: rgb(234,187,211); }
H1.HeaderClassName
{
color: #EABBD3;
}
.AnyTagClassName
{
color: #EABBD3;
}
</style>
background-color css
<style>
a { background-color: #EABBD3; }
a { background-color: rgb(234,187,211); }
div.DivClassName
{
background-color: #EABBD3;
}
.BgClassName
{
background-color: #EABBD3;
}
</style>
border-color css
<style>
span { border-color: #EABBD3; }
span { border-color: rgb(234,187,211); }
td.TdClassName
{
border-color: #EABBD3;
}
.TagClassName
{
border-color: #EABBD3;
}
</style>