Shades of Hint Of Green #DDFED0
Tints of Hint Of Green #DDFED0
RGB
CMYK
RGB Variations
Color information
#DDFED0 (or 0xDDFED0) is known color: Hint Of Green. HEX triplet: DD, FE and D0. RGB value is (221,254,208). Sum of RGB (Red+Green+Blue) = 221+254+208=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFED0 is #22012F. Grayscale: #EFEFEF. Windows color (decimal): -2228528 or 13696733. OLE color: 13696733.
HSL color Cylindrical-coordinate representation of color #DDFED0: hue angle of 103.04º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDFED0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 208 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.00 |
| HSL | 103.04º | 0.96% | 0.91% | - |
| HSV(B) | 103.04º | 0.18% | 1% | - |
| XYZ | 76.65 | 90.81 | 73.16 | - |
| YUV | 238.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 208 | 0.13 | 0 | 0.18 | 0.00 | 103.04 | 0.96 | 0.91 |
| Hex | DD | FE | D0 | D | 0 | 12 | 0 | 67 | 60 | 5B |
| Octal | 335 | 376 | 320 | 15 | 0 | 22 | 0 | 147 | 140 | 133 |
| Binary | 11011101 | 11111110 | 11010000 | 1101 | 0 | 10010 | 0 | 1100111 | 1100000 | 1011011 |
Color Harmonies of #DDFED0
Complementary color
Monochromatic Colors of #DDFED0
Black with #DDFED0
Text Example
Text Example
White with #DDFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFED0; }
p { color: rgb(221,254,208); }
H1.HeaderClassName
{
color: #DDFED0;
}
.AnyTagClassName
{
color: #DDFED0;
}
</style>
background-color css
<style>
a { background-color: #DDFED0; }
a { background-color: rgb(221,254,208); }
div.DivClassName
{
background-color: #DDFED0;
}
.BgClassName
{
background-color: #DDFED0;
}
</style>
border-color css
<style>
span { border-color: #DDFED0; }
span { border-color: rgb(221,254,208); }
td.TdClassName
{
border-color: #DDFED0;
}
.TagClassName
{
border-color: #DDFED0;
}
</style>