Shades of Off Green #DDF0E2
Tints of Off Green #DDF0E2
RGB
CMYK
RGB Variations
Color information
#DDF0E2 (or 0xDDF0E2) is known color: Off Green. HEX triplet: DD, F0 and E2. RGB value is (221,240,226). Sum of RGB (Red+Green+Blue) = 221+240+226=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0E2 is #220F1D. Grayscale: #E8E8E8. Windows color (decimal): -2232094 or 14872797. OLE color: 14872797.
HSL color Cylindrical-coordinate representation of color #DDF0E2: hue angle of 135.79º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF0E2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 226 | - |
CMYK | 0.08 | 0 | 0.06 | 0.06 |
HSL | 135.79º | 0.39% | 0.9% | - |
HSV(B) | 135.79º | 0.08% | 0.94% | - |
XYZ | 74.71 | 83.18 | 84.07 | - |
YUV | 232.72 | 124.21 | 119.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 226 | 0.08 | 0 | 0.06 | 0.06 | 135.79 | 0.39 | 0.9 |
Hex | DD | F0 | E2 | 8 | 0 | 6 | 6 | 88 | 27 | 5A |
Octal | 335 | 360 | 342 | 10 | 0 | 6 | 6 | 210 | 47 | 132 |
Binary | 11011101 | 11110000 | 11100010 | 1000 | 0 | 110 | 110 | 10001000 | 100111 | 1011010 |
Color Harmonies of #DDF0E2
Complementary color
Monochromatic Colors of #DDF0E2
Black with #DDF0E2
Text Example
Text Example
White with #DDF0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0E2; }
p { color: rgb(221,240,226); }
H1.HeaderClassName
{
color: #DDF0E2;
}
.AnyTagClassName
{
color: #DDF0E2;
}
</style>
background-color css
<style>
a { background-color: #DDF0E2; }
a { background-color: rgb(221,240,226); }
div.DivClassName
{
background-color: #DDF0E2;
}
.BgClassName
{
background-color: #DDF0E2;
}
</style>
border-color css
<style>
span { border-color: #DDF0E2; }
span { border-color: rgb(221,240,226); }
td.TdClassName
{
border-color: #DDF0E2;
}
.TagClassName
{
border-color: #DDF0E2;
}
</style>