Shades of Apple Green #DFECDC
Tints of Apple Green #DFECDC
RGB
CMYK
RGB Variations
Color information
#DFECDC (or 0xDFECDC) is known color: Apple Green. HEX triplet: DF, EC and DC. RGB value is (223,236,220). Sum of RGB (Red+Green+Blue) = 223+236+220=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECDC is #201323. Grayscale: #E6E6E6. Windows color (decimal): -2102052 or 14478559. OLE color: 14478559.
HSL color Cylindrical-coordinate representation of color #DFECDC: hue angle of 108.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFECDC is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 236 | 220 | - |
CMYK | 0.06 | 0 | 0.07 | 0.07 |
HSL | 108.75º | 0.3% | 0.89% | - |
HSV(B) | 108.75º | 0.07% | 0.93% | - |
XYZ | 73.35 | 80.85 | 79.45 | - |
YUV | 230.29 | 122.19 | 122.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 220 | 0.06 | 0 | 0.07 | 0.07 | 108.75 | 0.3 | 0.89 |
Hex | DF | EC | DC | 6 | 0 | 7 | 7 | 6D | 1E | 59 |
Octal | 337 | 354 | 334 | 6 | 0 | 7 | 7 | 155 | 36 | 131 |
Binary | 11011111 | 11101100 | 11011100 | 110 | 0 | 111 | 111 | 1101101 | 11110 | 1011001 |
Color Harmonies of #DFECDC
Complementary color
Monochromatic Colors of #DFECDC
Black with #DFECDC
Text Example
Text Example
White with #DFECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECDC; }
p { color: rgb(223,236,220); }
H1.HeaderClassName
{
color: #DFECDC;
}
.AnyTagClassName
{
color: #DFECDC;
}
</style>
background-color css
<style>
a { background-color: #DFECDC; }
a { background-color: rgb(223,236,220); }
div.DivClassName
{
background-color: #DFECDC;
}
.BgClassName
{
background-color: #DFECDC;
}
</style>
border-color css
<style>
span { border-color: #DFECDC; }
span { border-color: rgb(223,236,220); }
td.TdClassName
{
border-color: #DFECDC;
}
.TagClassName
{
border-color: #DFECDC;
}
</style>