Shades of Off Green #DDF9E2
Tints of Off Green #DDF9E2
RGB
CMYK
RGB Variations
Color information
#DDF9E2 (or 0xDDF9E2) is known color: Off Green. HEX triplet: DD, F9 and E2. RGB value is (221,249,226). Sum of RGB (Red+Green+Blue) = 221+249+226=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9E2 is #22061D. Grayscale: #EEEEEE. Windows color (decimal): -2229790 or 14875101. OLE color: 14875101.
HSL color Cylindrical-coordinate representation of color #DDF9E2: hue angle of 130.71º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9E2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 249 | 226 | - |
CMYK | 0.11 | 0 | 0.09 | 0.02 |
HSL | 130.71º | 0.7% | 0.92% | - |
HSV(B) | 130.71º | 0.11% | 0.98% | - |
XYZ | 77.42 | 88.61 | 84.98 | - |
YUV | 238.01 | 121.22 | 115.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 249 | 226 | 0.11 | 0 | 0.09 | 0.02 | 130.71 | 0.7 | 0.92 |
Hex | DD | F9 | E2 | B | 0 | 9 | 2 | 83 | 46 | 5C |
Octal | 335 | 371 | 342 | 13 | 0 | 11 | 2 | 203 | 106 | 134 |
Binary | 11011101 | 11111001 | 11100010 | 1011 | 0 | 1001 | 10 | 10000011 | 1000110 | 1011100 |
Color Harmonies of #DDF9E2
Complementary color
Monochromatic Colors of #DDF9E2
Black with #DDF9E2
Text Example
Text Example
White with #DDF9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9E2; }
p { color: rgb(221,249,226); }
H1.HeaderClassName
{
color: #DDF9E2;
}
.AnyTagClassName
{
color: #DDF9E2;
}
</style>
background-color css
<style>
a { background-color: #DDF9E2; }
a { background-color: rgb(221,249,226); }
div.DivClassName
{
background-color: #DDF9E2;
}
.BgClassName
{
background-color: #DDF9E2;
}
</style>
border-color css
<style>
span { border-color: #DDF9E2; }
span { border-color: rgb(221,249,226); }
td.TdClassName
{
border-color: #DDF9E2;
}
.TagClassName
{
border-color: #DDF9E2;
}
</style>