Shades of Hint Of Green #DDEFD6
Tints of Hint Of Green #DDEFD6
RGB
CMYK
RGB Variations
Color information
#DDEFD6 (or 0xDDEFD6) is known color: Hint Of Green. HEX triplet: DD, EF and D6. RGB value is (221,239,214). Sum of RGB (Red+Green+Blue) = 221+239+214=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFD6 is #221029. Grayscale: #E6E6E6. Windows color (decimal): -2232362 or 14086109. OLE color: 14086109.
HSL color Cylindrical-coordinate representation of color #DDEFD6: hue angle of 103.2º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEFD6 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 214 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.06 |
| HSL | 103.2º | 0.44% | 0.89% | - |
| HSV(B) | 103.2º | 0.1% | 0.94% | - |
| XYZ | 72.82 | 81.96 | 75.6 | - |
| YUV | 230.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 214 | 0.08 | 0 | 0.10 | 0.06 | 103.2 | 0.44 | 0.89 |
| Hex | DD | EF | D6 | 8 | 0 | A | 6 | 67 | 2C | 59 |
| Octal | 335 | 357 | 326 | 10 | 0 | 12 | 6 | 147 | 54 | 131 |
| Binary | 11011101 | 11101111 | 11010110 | 1000 | 0 | 1010 | 110 | 1100111 | 101100 | 1011001 |
Color Harmonies of #DDEFD6
Complementary color
Monochromatic Colors of #DDEFD6
Black with #DDEFD6
Text Example
Text Example
White with #DDEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFD6; }
p { color: rgb(221,239,214); }
H1.HeaderClassName
{
color: #DDEFD6;
}
.AnyTagClassName
{
color: #DDEFD6;
}
</style>
background-color css
<style>
a { background-color: #DDEFD6; }
a { background-color: rgb(221,239,214); }
div.DivClassName
{
background-color: #DDEFD6;
}
.BgClassName
{
background-color: #DDEFD6;
}
</style>
border-color css
<style>
span { border-color: #DDEFD6; }
span { border-color: rgb(221,239,214); }
td.TdClassName
{
border-color: #DDEFD6;
}
.TagClassName
{
border-color: #DDEFD6;
}
</style>