#DFEFDC

Color #DFEFDC Apple Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Green #DFEFDC

Tints of Apple Green #DFEFDC

Color information

#DFEFDC (or 0xDFEFDC) is unknown color: approx Apple Green. HEX triplet: DF, EF and DC. RGB value is (223,239,220). Sum of RGB (Red+Green+Blue) = 223+239+220=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFDC is #201023. Grayscale: #E8E8E8. Windows color (decimal): -2101284 or 14479327. OLE color: 14479327.

HSL color Cylindrical-coordinate representation of color #DFEFDC: hue angle of 110.53º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFEFDC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB223239220-
CMYK0.0700.080.06
HSL110.53º37.25%90%-
HSV(B)110.53º7.95%93.73%-
XYZ74.2282.5979.74-
YUV232.05121.2121.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 32.70%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=32.70%
G=35.04%
B=32.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232392200.0700.080.06110.5337.2590
HexDFEFDC70866f255a
Octal3373573347010615745132
Binary1101111111101111110111001110100011011011111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFDC; }

 p { color: rgb(223,239,220); }

 H1.HeaderClassName
 {
   color: #DFEFDC;
 }
 .AnyTagClassName
 {
   color: #DFEFDC;
 }
</style>
background-color css

<style>
 a { background-color: #DFEFDC; }

 a { background-color: rgb(223,239,220); }

 div.DivClassName
 {
   background-color: #DFEFDC;
 }
 .BgClassName
 {
   background-color: #DFEFDC;
 }
</style>
border-color css

<style>
 span { border-color: #DFEFDC; }

 span { border-color: rgb(223,239,220); }

 td.TdClassName
 {
   border-color: #DFEFDC;
 }
 .TagClassName
 {
   border-color: #DFEFDC;
 }
</style>