Shades of Blossom #EFADB8
Tints of Blossom #EFADB8
RGB
CMYK
RGB Variations
Color information
#EFADB8 (or 0xEFADB8) is known color: Blossom. HEX triplet: EF, AD and B8. RGB value is (239,173,184). Sum of RGB (Red+Green+Blue) = 239+173+184=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADB8 is #105247. Grayscale: #C2C2C2. Windows color (decimal): -1069640 or 12103151. OLE color: 12103151.
HSL color Cylindrical-coordinate representation of color #EFADB8: hue angle of 350º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFADB8 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 184 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.06 |
| HSL | 350º | 0.67% | 0.81% | - |
| HSV(B) | 350º | 0.28% | 0.94% | - |
| XYZ | 59.19 | 51.7 | 52.21 | - |
| YUV | 193.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 184 | 0 | 0.28 | 0.23 | 0.06 | 350 | 0.67 | 0.81 |
| Hex | EF | AD | B8 | 0 | 1C | 17 | 6 | 15E | 43 | 51 |
| Octal | 357 | 255 | 270 | 0 | 34 | 27 | 6 | 536 | 103 | 121 |
| Binary | 11101111 | 10101101 | 10111000 | 0 | 11100 | 10111 | 110 | 101011110 | 1000011 | 1010001 |
Color Harmonies of #EFADB8
Complementary color
Monochromatic Colors of #EFADB8
Black with #EFADB8
Text Example
Text Example
White with #EFADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADB8; }
p { color: rgb(239,173,184); }
H1.HeaderClassName
{
color: #EFADB8;
}
.AnyTagClassName
{
color: #EFADB8;
}
</style>
background-color css
<style>
a { background-color: #EFADB8; }
a { background-color: rgb(239,173,184); }
div.DivClassName
{
background-color: #EFADB8;
}
.BgClassName
{
background-color: #EFADB8;
}
</style>
border-color css
<style>
span { border-color: #EFADB8; }
span { border-color: rgb(239,173,184); }
td.TdClassName
{
border-color: #EFADB8;
}
.TagClassName
{
border-color: #EFADB8;
}
</style>