Shades of Off Green #DDEFDF
Tints of Off Green #DDEFDF
RGB
CMYK
RGB Variations
Color information
#DDEFDF (or 0xDDEFDF) is known color: Off Green. HEX triplet: DD, EF and DF. RGB value is (221,239,223). Sum of RGB (Red+Green+Blue) = 221+239+223=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFDF is #221020. Grayscale: #E7E7E7. Windows color (decimal): -2232353 or 14675933. OLE color: 14675933.
HSL color Cylindrical-coordinate representation of color #DDEFDF: hue angle of 126.67º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEFDF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 239 | 223 | - |
CMYK | 0.08 | 0 | 0.07 | 0.06 |
HSL | 126.67º | 0.36% | 0.9% | - |
HSV(B) | 126.67º | 0.08% | 0.94% | - |
XYZ | 74 | 82.43 | 81.82 | - |
YUV | 231.79 | 123.04 | 120.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 239 | 223 | 0.08 | 0 | 0.07 | 0.06 | 126.67 | 0.36 | 0.9 |
Hex | DD | EF | DF | 8 | 0 | 7 | 6 | 7F | 24 | 5A |
Octal | 335 | 357 | 337 | 10 | 0 | 7 | 6 | 177 | 44 | 132 |
Binary | 11011101 | 11101111 | 11011111 | 1000 | 0 | 111 | 110 | 1111111 | 100100 | 1011010 |
Color Harmonies of #DDEFDF
Complementary color
Monochromatic Colors of #DDEFDF
Black with #DDEFDF
Text Example
Text Example
White with #DDEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFDF; }
p { color: rgb(221,239,223); }
H1.HeaderClassName
{
color: #DDEFDF;
}
.AnyTagClassName
{
color: #DDEFDF;
}
</style>
background-color css
<style>
a { background-color: #DDEFDF; }
a { background-color: rgb(221,239,223); }
div.DivClassName
{
background-color: #DDEFDF;
}
.BgClassName
{
background-color: #DDEFDF;
}
</style>
border-color css
<style>
span { border-color: #DDEFDF; }
span { border-color: rgb(221,239,223); }
td.TdClassName
{
border-color: #DDEFDF;
}
.TagClassName
{
border-color: #DDEFDF;
}
</style>