Shades of Off Green #DCEEDF
Tints of Off Green #DCEEDF
RGB
CMYK
RGB Variations
Color information
#DCEEDF (or 0xDCEEDF) is known color: Off Green. HEX triplet: DC, EE and DF. RGB value is (220,238,223). Sum of RGB (Red+Green+Blue) = 220+238+223=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEDF is #231120. Grayscale: #E6E6E6. Windows color (decimal): -2298145 or 14675676. OLE color: 14675676.
HSL color Cylindrical-coordinate representation of color #DCEEDF: hue angle of 130º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEEDF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 223 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.07 |
| HSL | 130º | 0.35% | 0.9% | - |
| HSV(B) | 130º | 0.08% | 0.93% | - |
| XYZ | 73.41 | 81.69 | 81.71 | - |
| YUV | 230.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 223 | 0.08 | 0 | 0.06 | 0.07 | 130 | 0.35 | 0.9 |
| Hex | DC | EE | DF | 8 | 0 | 6 | 7 | 82 | 23 | 5A |
| Octal | 334 | 356 | 337 | 10 | 0 | 6 | 7 | 202 | 43 | 132 |
| Binary | 11011100 | 11101110 | 11011111 | 1000 | 0 | 110 | 111 | 10000010 | 100011 | 1011010 |
Color Harmonies of #DCEEDF
Complementary color
Monochromatic Colors of #DCEEDF
Black with #DCEEDF
Text Example
Text Example
White with #DCEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEDF; }
p { color: rgb(220,238,223); }
H1.HeaderClassName
{
color: #DCEEDF;
}
.AnyTagClassName
{
color: #DCEEDF;
}
</style>
background-color css
<style>
a { background-color: #DCEEDF; }
a { background-color: rgb(220,238,223); }
div.DivClassName
{
background-color: #DCEEDF;
}
.BgClassName
{
background-color: #DCEEDF;
}
</style>
border-color css
<style>
span { border-color: #DCEEDF; }
span { border-color: rgb(220,238,223); }
td.TdClassName
{
border-color: #DCEEDF;
}
.TagClassName
{
border-color: #DCEEDF;
}
</style>