Shades of Off Green #DDF3E1
Tints of Off Green #DDF3E1
RGB
CMYK
RGB Variations
Color information
#DDF3E1 (or 0xDDF3E1) is known color: Off Green. HEX triplet: DD, F3 and E1. RGB value is (221,243,225). Sum of RGB (Red+Green+Blue) = 221+243+225=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 225 (88.28% from 255 or 32.66% from 689); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3E1 is #220C1E. Grayscale: #EAEAEA. Windows color (decimal): -2231327 or 14808029. OLE color: 14808029.
HSL color Cylindrical-coordinate representation of color #DDF3E1: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF3E1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 225 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.05 |
| HSL | 130.91º | 0.48% | 0.91% | - |
| HSV(B) | 130.91º | 0.09% | 0.95% | - |
| XYZ | 75.46 | 84.91 | 83.65 | - |
| YUV | 234.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 225 | 0.09 | 0 | 0.07 | 0.05 | 130.91 | 0.48 | 0.91 |
| Hex | DD | F3 | E1 | 9 | 0 | 7 | 5 | 83 | 30 | 5B |
| Octal | 335 | 363 | 341 | 11 | 0 | 7 | 5 | 203 | 60 | 133 |
| Binary | 11011101 | 11110011 | 11100001 | 1001 | 0 | 111 | 101 | 10000011 | 110000 | 1011011 |
Color Harmonies of #DDF3E1
Complementary color
Monochromatic Colors of #DDF3E1
Black with #DDF3E1
Text Example
Text Example
White with #DDF3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3E1; }
p { color: rgb(221,243,225); }
H1.HeaderClassName
{
color: #DDF3E1;
}
.AnyTagClassName
{
color: #DDF3E1;
}
</style>
background-color css
<style>
a { background-color: #DDF3E1; }
a { background-color: rgb(221,243,225); }
div.DivClassName
{
background-color: #DDF3E1;
}
.BgClassName
{
background-color: #DDF3E1;
}
</style>
border-color css
<style>
span { border-color: #DDF3E1; }
span { border-color: rgb(221,243,225); }
td.TdClassName
{
border-color: #DDF3E1;
}
.TagClassName
{
border-color: #DDF3E1;
}
</style>