Shades of Reef #E0FDAB
Tints of Reef #E0FDAB
RGB
CMYK
RGB Variations
Color information
#E0FDAB (or 0xE0FDAB) is known color: Reef. HEX triplet: E0, FD and AB. RGB value is (224,253,171). Sum of RGB (Red+Green+Blue) = 224+253+171=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FDAB is #1F0254. Grayscale: #EBEBEB. Windows color (decimal): -2032213 or 11271648. OLE color: 11271648.
HSL color Cylindrical-coordinate representation of color #E0FDAB: hue angle of 81.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0FDAB is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 253 | 171 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.01 |
| HSL | 81.22º | 0.95% | 0.83% | - |
| HSV(B) | 81.22º | 0.32% | 0.99% | - |
| XYZ | 73.22 | 89.04 | 51.86 | - |
| YUV | 234.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 253 | 171 | 0.11 | 0 | 0.32 | 0.01 | 81.22 | 0.95 | 0.83 |
| Hex | E0 | FD | AB | B | 0 | 20 | 1 | 51 | 5F | 53 |
| Octal | 340 | 375 | 253 | 13 | 0 | 40 | 1 | 121 | 137 | 123 |
| Binary | 11100000 | 11111101 | 10101011 | 1011 | 0 | 100000 | 1 | 1010001 | 1011111 | 1010011 |
Color Harmonies of #E0FDAB
Complementary color
Monochromatic Colors of #E0FDAB
Black with #E0FDAB
Text Example
Text Example
White with #E0FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FDAB; }
p { color: rgb(224,253,171); }
H1.HeaderClassName
{
color: #E0FDAB;
}
.AnyTagClassName
{
color: #E0FDAB;
}
</style>
background-color css
<style>
a { background-color: #E0FDAB; }
a { background-color: rgb(224,253,171); }
div.DivClassName
{
background-color: #E0FDAB;
}
.BgClassName
{
background-color: #E0FDAB;
}
</style>
border-color css
<style>
span { border-color: #E0FDAB; }
span { border-color: rgb(224,253,171); }
td.TdClassName
{
border-color: #E0FDAB;
}
.TagClassName
{
border-color: #E0FDAB;
}
</style>