Shades of Off Green #DDEDDF
Tints of Off Green #DDEDDF
RGB
CMYK
RGB Variations
Color information
#DDEDDF (or 0xDDEDDF) is known color: Off Green. HEX triplet: DD, ED and DF. RGB value is (221,237,223). Sum of RGB (Red+Green+Blue) = 221+237+223=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDDF is #221220. Grayscale: #E6E6E6. Windows color (decimal): -2232865 or 14675421. OLE color: 14675421.
HSL color Cylindrical-coordinate representation of color #DDEDDF: hue angle of 127.5º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEDDF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 223 | - |
CMYK | 0.07 | 0 | 0.06 | 0.07 |
HSL | 127.5º | 0.31% | 0.9% | - |
HSV(B) | 127.5º | 0.07% | 0.93% | - |
XYZ | 73.42 | 81.27 | 81.63 | - |
YUV | 230.62 | 123.7 | 121.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 223 | 0.07 | 0 | 0.06 | 0.07 | 127.5 | 0.31 | 0.9 |
Hex | DD | ED | DF | 7 | 0 | 6 | 7 | 80 | 1F | 5A |
Octal | 335 | 355 | 337 | 7 | 0 | 6 | 7 | 200 | 37 | 132 |
Binary | 11011101 | 11101101 | 11011111 | 111 | 0 | 110 | 111 | 10000000 | 11111 | 1011010 |
Color Harmonies of #DDEDDF
Complementary color
Monochromatic Colors of #DDEDDF
Black with #DDEDDF
Text Example
Text Example
White with #DDEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDDF; }
p { color: rgb(221,237,223); }
H1.HeaderClassName
{
color: #DDEDDF;
}
.AnyTagClassName
{
color: #DDEDDF;
}
</style>
background-color css
<style>
a { background-color: #DDEDDF; }
a { background-color: rgb(221,237,223); }
div.DivClassName
{
background-color: #DDEDDF;
}
.BgClassName
{
background-color: #DDEDDF;
}
</style>
border-color css
<style>
span { border-color: #DDEDDF; }
span { border-color: rgb(221,237,223); }
td.TdClassName
{
border-color: #DDEDDF;
}
.TagClassName
{
border-color: #DDEDDF;
}
</style>