Shades of Off Green #DDEBDF
Tints of Off Green #DDEBDF
RGB
CMYK
RGB Variations
Color information
#DDEBDF (or 0xDDEBDF) is known color: Off Green. HEX triplet: DD, EB and DF. RGB value is (221,235,223). Sum of RGB (Red+Green+Blue) = 221+235+223=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBDF is #221420. Grayscale: #E5E5E5. Windows color (decimal): -2233377 or 14674909. OLE color: 14674909.
HSL color Cylindrical-coordinate representation of color #DDEBDF: hue angle of 128.57º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDEBDF is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 223 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.08 |
| HSL | 128.57º | 0.26% | 0.89% | - |
| HSV(B) | 128.57º | 0.06% | 0.92% | - |
| XYZ | 72.85 | 80.12 | 81.44 | - |
| YUV | 229.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 223 | 0.06 | 0 | 0.05 | 0.08 | 128.57 | 0.26 | 0.89 |
| Hex | DD | EB | DF | 6 | 0 | 5 | 8 | 81 | 1A | 59 |
| Octal | 335 | 353 | 337 | 6 | 0 | 5 | 10 | 201 | 32 | 131 |
| Binary | 11011101 | 11101011 | 11011111 | 110 | 0 | 101 | 1000 | 10000001 | 11010 | 1011001 |
Color Harmonies of #DDEBDF
Complementary color
Monochromatic Colors of #DDEBDF
Black with #DDEBDF
Text Example
Text Example
White with #DDEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBDF; }
p { color: rgb(221,235,223); }
H1.HeaderClassName
{
color: #DDEBDF;
}
.AnyTagClassName
{
color: #DDEBDF;
}
</style>
background-color css
<style>
a { background-color: #DDEBDF; }
a { background-color: rgb(221,235,223); }
div.DivClassName
{
background-color: #DDEBDF;
}
.BgClassName
{
background-color: #DDEBDF;
}
</style>
border-color css
<style>
span { border-color: #DDEBDF; }
span { border-color: rgb(221,235,223); }
td.TdClassName
{
border-color: #DDEBDF;
}
.TagClassName
{
border-color: #DDEBDF;
}
</style>