Shades of Hint Of Green #DDFED1
Tints of Hint Of Green #DDFED1
RGB
CMYK
RGB Variations
Color information
#DDFED1 (or 0xDDFED1) is known color: Hint Of Green. HEX triplet: DD, FE and D1. RGB value is (221,254,209). Sum of RGB (Red+Green+Blue) = 221+254+209=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFED1 is #22012E. Grayscale: #EFEFEF. Windows color (decimal): -2228527 or 13762269. OLE color: 13762269.
HSL color Cylindrical-coordinate representation of color #DDFED1: hue angle of 104º 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 #DDFED1 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 209 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.00 |
| HSL | 104º | 0.96% | 0.91% | - |
| HSV(B) | 104º | 0.18% | 1% | - |
| XYZ | 76.77 | 90.86 | 73.81 | - |
| YUV | 239 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 209 | 0.13 | 0 | 0.18 | 0.00 | 104 | 0.96 | 0.91 |
| Hex | DD | FE | D1 | D | 0 | 12 | 0 | 68 | 60 | 5B |
| Octal | 335 | 376 | 321 | 15 | 0 | 22 | 0 | 150 | 140 | 133 |
| Binary | 11011101 | 11111110 | 11010001 | 1101 | 0 | 10010 | 0 | 1101000 | 1100000 | 1011011 |
Color Harmonies of #DDFED1
Complementary color
Monochromatic Colors of #DDFED1
Black with #DDFED1
Text Example
Text Example
White with #DDFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFED1; }
p { color: rgb(221,254,209); }
H1.HeaderClassName
{
color: #DDFED1;
}
.AnyTagClassName
{
color: #DDFED1;
}
</style>
background-color css
<style>
a { background-color: #DDFED1; }
a { background-color: rgb(221,254,209); }
div.DivClassName
{
background-color: #DDFED1;
}
.BgClassName
{
background-color: #DDFED1;
}
</style>
border-color css
<style>
span { border-color: #DDFED1; }
span { border-color: rgb(221,254,209); }
td.TdClassName
{
border-color: #DDFED1;
}
.TagClassName
{
border-color: #DDFED1;
}
</style>