Shades of Off Green #DDF5E2
Tints of Off Green #DDF5E2
RGB
CMYK
RGB Variations
Color information
#DDF5E2 (or 0xDDF5E2) is known color: Off Green. HEX triplet: DD, F5 and E2. RGB value is (221,245,226). Sum of RGB (Red+Green+Blue) = 221+245+226=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 245 (96.09% from 255 or 35.40% from 692); Blue value is 226 (88.67% from 255 or 32.66% from 692); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5E2 is #220A1D. Grayscale: #EBEBEB. Windows color (decimal): -2230814 or 14874077. OLE color: 14874077.
HSL color Cylindrical-coordinate representation of color #DDF5E2: hue angle of 132.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF5E2 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 226 | - |
CMYK | 0.10 | 0 | 0.08 | 0.04 |
HSL | 132.5º | 0.55% | 0.91% | - |
HSV(B) | 132.5º | 0.1% | 0.96% | - |
XYZ | 76.2 | 86.17 | 84.57 | - |
YUV | 235.66 | 122.55 | 117.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 226 | 0.10 | 0 | 0.08 | 0.04 | 132.5 | 0.55 | 0.91 |
Hex | DD | F5 | E2 | A | 0 | 8 | 4 | 84 | 37 | 5B |
Octal | 335 | 365 | 342 | 12 | 0 | 10 | 4 | 204 | 67 | 133 |
Binary | 11011101 | 11110101 | 11100010 | 1010 | 0 | 1000 | 100 | 10000100 | 110111 | 1011011 |
Color Harmonies of #DDF5E2
Complementary color
Monochromatic Colors of #DDF5E2
Black with #DDF5E2
Text Example
Text Example
White with #DDF5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5E2; }
p { color: rgb(221,245,226); }
H1.HeaderClassName
{
color: #DDF5E2;
}
.AnyTagClassName
{
color: #DDF5E2;
}
</style>
background-color css
<style>
a { background-color: #DDF5E2; }
a { background-color: rgb(221,245,226); }
div.DivClassName
{
background-color: #DDF5E2;
}
.BgClassName
{
background-color: #DDF5E2;
}
</style>
border-color css
<style>
span { border-color: #DDF5E2; }
span { border-color: rgb(221,245,226); }
td.TdClassName
{
border-color: #DDF5E2;
}
.TagClassName
{
border-color: #DDF5E2;
}
</style>