Shades of Reef #E0FAAB
Tints of Reef #E0FAAB
RGB
CMYK
RGB Variations
Color information
#E0FAAB (or 0xE0FAAB) is known color: Reef. HEX triplet: E0, FA and AB. RGB value is (224,250,171). Sum of RGB (Red+Green+Blue) = 224+250+171=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FAAB is #1F0554. Grayscale: #E9E9E9. Windows color (decimal): -2032981 or 11270880. OLE color: 11270880.
HSL color Cylindrical-coordinate representation of color #E0FAAB: hue angle of 79.75º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0FAAB is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 171 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.02 |
| HSL | 79.75º | 0.89% | 0.83% | - |
| HSV(B) | 79.75º | 0.32% | 0.98% | - |
| XYZ | 72.28 | 87.16 | 51.54 | - |
| YUV | 233.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 171 | 0.10 | 0 | 0.32 | 0.02 | 79.75 | 0.89 | 0.83 |
| Hex | E0 | FA | AB | A | 0 | 20 | 2 | 50 | 59 | 53 |
| Octal | 340 | 372 | 253 | 12 | 0 | 40 | 2 | 120 | 131 | 123 |
| Binary | 11100000 | 11111010 | 10101011 | 1010 | 0 | 100000 | 10 | 1010000 | 1011001 | 1010011 |
Color Harmonies of #E0FAAB
Complementary color
Monochromatic Colors of #E0FAAB
Black with #E0FAAB
Text Example
Text Example
White with #E0FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAAB; }
p { color: rgb(224,250,171); }
H1.HeaderClassName
{
color: #E0FAAB;
}
.AnyTagClassName
{
color: #E0FAAB;
}
</style>
background-color css
<style>
a { background-color: #E0FAAB; }
a { background-color: rgb(224,250,171); }
div.DivClassName
{
background-color: #E0FAAB;
}
.BgClassName
{
background-color: #E0FAAB;
}
</style>
border-color css
<style>
span { border-color: #E0FAAB; }
span { border-color: rgb(224,250,171); }
td.TdClassName
{
border-color: #E0FAAB;
}
.TagClassName
{
border-color: #E0FAAB;
}
</style>