Shades of Off Green #DDF0DF
Tints of Off Green #DDF0DF
RGB
CMYK
RGB Variations
Color information
#DDF0DF (or 0xDDF0DF) is known color: Off Green. HEX triplet: DD, F0 and DF. RGB value is (221,240,223). Sum of RGB (Red+Green+Blue) = 221+240+223=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0DF is #220F20. Grayscale: #E8E8E8. Windows color (decimal): -2232097 or 14676189. OLE color: 14676189.
HSL color Cylindrical-coordinate representation of color #DDF0DF: hue angle of 126.32º degrees, saturation: 0.39, 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 #DDF0DF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 223 | - |
CMYK | 0.08 | 0 | 0.07 | 0.06 |
HSL | 126.32º | 0.39% | 0.9% | - |
HSV(B) | 126.32º | 0.08% | 0.94% | - |
XYZ | 74.3 | 83.02 | 81.92 | - |
YUV | 232.38 | 122.71 | 119.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 223 | 0.08 | 0 | 0.07 | 0.06 | 126.32 | 0.39 | 0.9 |
Hex | DD | F0 | DF | 8 | 0 | 7 | 6 | 7E | 27 | 5A |
Octal | 335 | 360 | 337 | 10 | 0 | 7 | 6 | 176 | 47 | 132 |
Binary | 11011101 | 11110000 | 11011111 | 1000 | 0 | 111 | 110 | 1111110 | 100111 | 1011010 |
Color Harmonies of #DDF0DF
Complementary color
Monochromatic Colors of #DDF0DF
Black with #DDF0DF
Text Example
Text Example
White with #DDF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0DF; }
p { color: rgb(221,240,223); }
H1.HeaderClassName
{
color: #DDF0DF;
}
.AnyTagClassName
{
color: #DDF0DF;
}
</style>
background-color css
<style>
a { background-color: #DDF0DF; }
a { background-color: rgb(221,240,223); }
div.DivClassName
{
background-color: #DDF0DF;
}
.BgClassName
{
background-color: #DDF0DF;
}
</style>
border-color css
<style>
span { border-color: #DDF0DF; }
span { border-color: rgb(221,240,223); }
td.TdClassName
{
border-color: #DDF0DF;
}
.TagClassName
{
border-color: #DDF0DF;
}
</style>