Shades of Hint Of Green #E1FDD0
Tints of Hint Of Green #E1FDD0
RGB
CMYK
RGB Variations
Color information
#E1FDD0 (or 0xE1FDD0) is known color: Hint Of Green. HEX triplet: E1, FD and D0. RGB value is (225,253,208). Sum of RGB (Red+Green+Blue) = 225+253+208=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 208 (81.64% from 255 or 30.32% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FDD0 is #1E022F. Grayscale: #EFEFEF. Windows color (decimal): -1966640 or 13696481. OLE color: 13696481.
HSL color Cylindrical-coordinate representation of color #E1FDD0: hue angle of 97.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1FDD0 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 208 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.01 |
| HSL | 97.33º | 0.92% | 0.9% | - |
| HSV(B) | 97.33º | 0.18% | 0.99% | - |
| XYZ | 77.56 | 90.81 | 73.12 | - |
| YUV | 239.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 208 | 0.11 | 0 | 0.18 | 0.01 | 97.33 | 0.92 | 0.9 |
| Hex | E1 | FD | D0 | B | 0 | 12 | 1 | 61 | 5C | 5A |
| Octal | 341 | 375 | 320 | 13 | 0 | 22 | 1 | 141 | 134 | 132 |
| Binary | 11100001 | 11111101 | 11010000 | 1011 | 0 | 10010 | 1 | 1100001 | 1011100 | 1011010 |
Color Harmonies of #E1FDD0
Complementary color
Monochromatic Colors of #E1FDD0
Black with #E1FDD0
Text Example
Text Example
White with #E1FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FDD0; }
p { color: rgb(225,253,208); }
H1.HeaderClassName
{
color: #E1FDD0;
}
.AnyTagClassName
{
color: #E1FDD0;
}
</style>
background-color css
<style>
a { background-color: #E1FDD0; }
a { background-color: rgb(225,253,208); }
div.DivClassName
{
background-color: #E1FDD0;
}
.BgClassName
{
background-color: #E1FDD0;
}
</style>
border-color css
<style>
span { border-color: #E1FDD0; }
span { border-color: rgb(225,253,208); }
td.TdClassName
{
border-color: #E1FDD0;
}
.TagClassName
{
border-color: #E1FDD0;
}
</style>