#DFEADE

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

Shades of Apple Green #DFEADE

Tints of Apple Green #DFEADE

Color information

#DFEADE (or 0xDFEADE) is unknown color: approx Apple Green. HEX triplet: DF, EA and DE. RGB value is (223,234,222). Sum of RGB (Red+Green+Blue) = 223+234+222=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEADE is #201521. Grayscale: #E5E5E5. Windows color (decimal): -2102562 or 14609119. OLE color: 14609119.

HSL color Cylindrical-coordinate representation of color #DFEADE: hue angle of 115º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEADE is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB223234222-
CMYK0.0500.050.08
HSL115º22.22%89.41%-
HSV(B)115º5.13%91.76%-
XYZ73.0479.8180.66-
YUV229.34123.86123.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.84%
GREEN value IS 234 (91.80% from 255) = 34.46%
BLUE value IS 222 (87.11% from 255) = 32.70%
R=32.84%
G=34.46%
B=32.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232342220.0500.050.0811522.2289.41
HexDFEADE5058731659
Octal3373523365051016326131
Binary110111111110101011011110101010110001110011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEADE; }

 p { color: rgb(223,234,222); }

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

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

 a { background-color: rgb(223,234,222); }

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

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

 span { border-color: rgb(223,234,222); }

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