Shades of Off Green #DDF5E1
Tints of Off Green #DDF5E1
RGB
CMYK
RGB Variations
Color information
#DDF5E1 (or 0xDDF5E1) is known color: Off Green. HEX triplet: DD, F5 and E1. RGB value is (221,245,225). Sum of RGB (Red+Green+Blue) = 221+245+225=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 245 (96.09% from 255 or 35.46% from 691); Blue value is 225 (88.28% from 255 or 32.56% from 691); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5E1 is #220A1E. Grayscale: #EBEBEB. Windows color (decimal): -2230815 or 14808541. OLE color: 14808541.
HSL color Cylindrical-coordinate representation of color #DDF5E1: hue angle of 130º 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 #DDF5E1 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 225 | - |
CMYK | 0.10 | 0 | 0.08 | 0.04 |
HSL | 130º | 0.55% | 0.91% | - |
HSV(B) | 130º | 0.1% | 0.96% | - |
XYZ | 76.06 | 86.11 | 83.85 | - |
YUV | 235.54 | 122.05 | 117.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 225 | 0.10 | 0 | 0.08 | 0.04 | 130 | 0.55 | 0.91 |
Hex | DD | F5 | E1 | A | 0 | 8 | 4 | 82 | 37 | 5B |
Octal | 335 | 365 | 341 | 12 | 0 | 10 | 4 | 202 | 67 | 133 |
Binary | 11011101 | 11110101 | 11100001 | 1010 | 0 | 1000 | 100 | 10000010 | 110111 | 1011011 |
Color Harmonies of #DDF5E1
Complementary color
Monochromatic Colors of #DDF5E1
Black with #DDF5E1
Text Example
Text Example
White with #DDF5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5E1; }
p { color: rgb(221,245,225); }
H1.HeaderClassName
{
color: #DDF5E1;
}
.AnyTagClassName
{
color: #DDF5E1;
}
</style>
background-color css
<style>
a { background-color: #DDF5E1; }
a { background-color: rgb(221,245,225); }
div.DivClassName
{
background-color: #DDF5E1;
}
.BgClassName
{
background-color: #DDF5E1;
}
</style>
border-color css
<style>
span { border-color: #DDF5E1; }
span { border-color: rgb(221,245,225); }
td.TdClassName
{
border-color: #DDF5E1;
}
.TagClassName
{
border-color: #DDF5E1;
}
</style>