Shades of Off Green #DDF3E2
Tints of Off Green #DDF3E2
RGB
CMYK
RGB Variations
Color information
#DDF3E2 (or 0xDDF3E2) is known color: Off Green. HEX triplet: DD, F3 and E2. RGB value is (221,243,226). Sum of RGB (Red+Green+Blue) = 221+243+226=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3E2 is #220C1D. Grayscale: #EAEAEA. Windows color (decimal): -2231326 or 14873565. OLE color: 14873565.
HSL color Cylindrical-coordinate representation of color #DDF3E2: hue angle of 133.64º 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 #DDF3E2 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 226 | - |
CMYK | 0.09 | 0 | 0.07 | 0.05 |
HSL | 133.64º | 0.48% | 0.91% | - |
HSV(B) | 133.64º | 0.09% | 0.95% | - |
XYZ | 75.6 | 84.96 | 84.37 | - |
YUV | 234.48 | 123.21 | 118.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 226 | 0.09 | 0 | 0.07 | 0.05 | 133.64 | 0.48 | 0.91 |
Hex | DD | F3 | E2 | 9 | 0 | 7 | 5 | 86 | 30 | 5B |
Octal | 335 | 363 | 342 | 11 | 0 | 7 | 5 | 206 | 60 | 133 |
Binary | 11011101 | 11110011 | 11100010 | 1001 | 0 | 111 | 101 | 10000110 | 110000 | 1011011 |
Color Harmonies of #DDF3E2
Complementary color
Monochromatic Colors of #DDF3E2
Black with #DDF3E2
Text Example
Text Example
White with #DDF3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3E2; }
p { color: rgb(221,243,226); }
H1.HeaderClassName
{
color: #DDF3E2;
}
.AnyTagClassName
{
color: #DDF3E2;
}
</style>
background-color css
<style>
a { background-color: #DDF3E2; }
a { background-color: rgb(221,243,226); }
div.DivClassName
{
background-color: #DDF3E2;
}
.BgClassName
{
background-color: #DDF3E2;
}
</style>
border-color css
<style>
span { border-color: #DDF3E2; }
span { border-color: rgb(221,243,226); }
td.TdClassName
{
border-color: #DDF3E2;
}
.TagClassName
{
border-color: #DDF3E2;
}
</style>