Shades of Off Green #DDF7E2
Tints of Off Green #DDF7E2
RGB
CMYK
RGB Variations
Color information
#DDF7E2 (or 0xDDF7E2) is known color: Off Green. HEX triplet: DD, F7 and E2. RGB value is (221,247,226). Sum of RGB (Red+Green+Blue) = 221+247+226=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 247 (96.88% from 255 or 35.59% from 694); Blue value is 226 (88.67% from 255 or 32.56% from 694); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7E2 is #22081D. Grayscale: #ECECEC. Windows color (decimal): -2230302 or 14874589. OLE color: 14874589.
HSL color Cylindrical-coordinate representation of color #DDF7E2: hue angle of 131.54º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF7E2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 247 | 226 | - |
CMYK | 0.11 | 0 | 0.09 | 0.03 |
HSL | 131.54º | 0.62% | 0.92% | - |
HSV(B) | 131.54º | 0.11% | 0.97% | - |
XYZ | 76.81 | 87.38 | 84.77 | - |
YUV | 236.83 | 121.89 | 116.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 247 | 226 | 0.11 | 0 | 0.09 | 0.03 | 131.54 | 0.62 | 0.92 |
Hex | DD | F7 | E2 | B | 0 | 9 | 3 | 84 | 3E | 5C |
Octal | 335 | 367 | 342 | 13 | 0 | 11 | 3 | 204 | 76 | 134 |
Binary | 11011101 | 11110111 | 11100010 | 1011 | 0 | 1001 | 11 | 10000100 | 111110 | 1011100 |
Color Harmonies of #DDF7E2
Complementary color
Monochromatic Colors of #DDF7E2
Black with #DDF7E2
Text Example
Text Example
White with #DDF7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7E2; }
p { color: rgb(221,247,226); }
H1.HeaderClassName
{
color: #DDF7E2;
}
.AnyTagClassName
{
color: #DDF7E2;
}
</style>
background-color css
<style>
a { background-color: #DDF7E2; }
a { background-color: rgb(221,247,226); }
div.DivClassName
{
background-color: #DDF7E2;
}
.BgClassName
{
background-color: #DDF7E2;
}
</style>
border-color css
<style>
span { border-color: #DDF7E2; }
span { border-color: rgb(221,247,226); }
td.TdClassName
{
border-color: #DDF7E2;
}
.TagClassName
{
border-color: #DDF7E2;
}
</style>