Shades of Hint Of Green #E6FDD0
Tints of Hint Of Green #E6FDD0
RGB
CMYK
RGB Variations
Color information
#E6FDD0 (or 0xE6FDD0) is known color: Hint Of Green. HEX triplet: E6, FD and D0. RGB value is (230,253,208). Sum of RGB (Red+Green+Blue) = 230+253+208=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 208 (81.64% from 255 or 30.10% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDD0 is #19022F. Grayscale: #F1F1F1. Windows color (decimal): -1638960 or 13696486. OLE color: 13696486.
HSL color Cylindrical-coordinate representation of color #E6FDD0: hue angle of 90.67º 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 #E6FDD0 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 253 | 208 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.01 |
| HSL | 90.67º | 0.92% | 0.9% | - |
| HSV(B) | 90.67º | 0.18% | 0.99% | - |
| XYZ | 79.14 | 91.63 | 73.19 | - |
| YUV | 240.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 253 | 208 | 0.09 | 0 | 0.18 | 0.01 | 90.67 | 0.92 | 0.9 |
| Hex | E6 | FD | D0 | 9 | 0 | 12 | 1 | 5B | 5C | 5A |
| Octal | 346 | 375 | 320 | 11 | 0 | 22 | 1 | 133 | 134 | 132 |
| Binary | 11100110 | 11111101 | 11010000 | 1001 | 0 | 10010 | 1 | 1011011 | 1011100 | 1011010 |
Color Harmonies of #E6FDD0
Complementary color
Monochromatic Colors of #E6FDD0
Black with #E6FDD0
Text Example
Text Example
White with #E6FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDD0; }
p { color: rgb(230,253,208); }
H1.HeaderClassName
{
color: #E6FDD0;
}
.AnyTagClassName
{
color: #E6FDD0;
}
</style>
background-color css
<style>
a { background-color: #E6FDD0; }
a { background-color: rgb(230,253,208); }
div.DivClassName
{
background-color: #E6FDD0;
}
.BgClassName
{
background-color: #E6FDD0;
}
</style>
border-color css
<style>
span { border-color: #E6FDD0; }
span { border-color: rgb(230,253,208); }
td.TdClassName
{
border-color: #E6FDD0;
}
.TagClassName
{
border-color: #E6FDD0;
}
</style>