Shades of Blossom #EFAAB7
Tints of Blossom #EFAAB7
RGB
CMYK
RGB Variations
Color information
#EFAAB7 (or 0xEFAAB7) is known color: Blossom. HEX triplet: EF, AA and B7. RGB value is (239,170,183). Sum of RGB (Red+Green+Blue) = 239+170+183=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAB7 is #105548. Grayscale: #C0C0C0. Windows color (decimal): -1070409 or 12036847. OLE color: 12036847.
HSL color Cylindrical-coordinate representation of color #EFAAB7: hue angle of 348.7º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAAB7 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 183 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.06 |
| HSL | 348.7º | 0.68% | 0.8% | - |
| HSV(B) | 348.7º | 0.29% | 0.94% | - |
| XYZ | 58.52 | 50.52 | 51.47 | - |
| YUV | 192.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 183 | 0 | 0.29 | 0.23 | 0.06 | 348.7 | 0.68 | 0.8 |
| Hex | EF | AA | B7 | 0 | 1D | 17 | 6 | 15D | 44 | 50 |
| Octal | 357 | 252 | 267 | 0 | 35 | 27 | 6 | 535 | 104 | 120 |
| Binary | 11101111 | 10101010 | 10110111 | 0 | 11101 | 10111 | 110 | 101011101 | 1000100 | 1010000 |
Color Harmonies of #EFAAB7
Complementary color
Monochromatic Colors of #EFAAB7
Black with #EFAAB7
Text Example
Text Example
White with #EFAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAB7; }
p { color: rgb(239,170,183); }
H1.HeaderClassName
{
color: #EFAAB7;
}
.AnyTagClassName
{
color: #EFAAB7;
}
</style>
background-color css
<style>
a { background-color: #EFAAB7; }
a { background-color: rgb(239,170,183); }
div.DivClassName
{
background-color: #EFAAB7;
}
.BgClassName
{
background-color: #EFAAB7;
}
</style>
border-color css
<style>
span { border-color: #EFAAB7; }
span { border-color: rgb(239,170,183); }
td.TdClassName
{
border-color: #EFAAB7;
}
.TagClassName
{
border-color: #EFAAB7;
}
</style>