Shades of Reef #E1FDA6
Tints of Reef #E1FDA6
RGB
CMYK
RGB Variations
Color information
#E1FDA6 (or 0xE1FDA6) is known color: Reef. HEX triplet: E1, FD and A6. RGB value is (225,253,166). Sum of RGB (Red+Green+Blue) = 225+253+166=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 166 (65.23% from 255 or 25.78% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FDA6 is #1E0259. Grayscale: #EBEBEB. Windows color (decimal): -1966682 or 10943969. OLE color: 10943969.
HSL color Cylindrical-coordinate representation of color #E1FDA6: hue angle of 79.31º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1FDA6 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 166 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.01 |
| HSL | 79.31º | 0.96% | 0.82% | - |
| HSV(B) | 79.31º | 0.34% | 0.99% | - |
| XYZ | 73.06 | 89.01 | 49.41 | - |
| YUV | 234.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 166 | 0.11 | 0 | 0.34 | 0.01 | 79.31 | 0.96 | 0.82 |
| Hex | E1 | FD | A6 | B | 0 | 22 | 1 | 4F | 60 | 52 |
| Octal | 341 | 375 | 246 | 13 | 0 | 42 | 1 | 117 | 140 | 122 |
| Binary | 11100001 | 11111101 | 10100110 | 1011 | 0 | 100010 | 1 | 1001111 | 1100000 | 1010010 |
Color Harmonies of #E1FDA6
Complementary color
Monochromatic Colors of #E1FDA6
Black with #E1FDA6
Text Example
Text Example
White with #E1FDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FDA6; }
p { color: rgb(225,253,166); }
H1.HeaderClassName
{
color: #E1FDA6;
}
.AnyTagClassName
{
color: #E1FDA6;
}
</style>
background-color css
<style>
a { background-color: #E1FDA6; }
a { background-color: rgb(225,253,166); }
div.DivClassName
{
background-color: #E1FDA6;
}
.BgClassName
{
background-color: #E1FDA6;
}
</style>
border-color css
<style>
span { border-color: #E1FDA6; }
span { border-color: rgb(225,253,166); }
td.TdClassName
{
border-color: #E1FDA6;
}
.TagClassName
{
border-color: #E1FDA6;
}
</style>