#DFE2DE

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

Shades of Apple Green #DFE2DE

Tints of Apple Green #DFE2DE

Color information

#DFE2DE (or 0xDFE2DE) is unknown color: approx Apple Green. HEX triplet: DF, E2 and DE. RGB value is (223,226,222). Sum of RGB (Red+Green+Blue) = 223+226+222=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2DE is #201D21. Grayscale: #E0E0E0. Windows color (decimal): -2104610 or 14607071. OLE color: 14607071.

HSL color Cylindrical-coordinate representation of color #DFE2DE: hue angle of 105º degrees, saturation: 0.06, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFE2DE is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB223226222-
CMYK0.0100.020.11
HSL105º6.45%87.84%-
HSV(B)105º1.77%88.63%-
XYZ70.8175.3579.92-
YUV224.65126.51126.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=33.23%
G=33.68%
B=33.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232262220.0100.020.111056.4587.84
HexDFE2DE102B69658
Octal337342336102131516130
Binary1101111111100010110111101010101111010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2DE; }

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

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

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

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

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

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

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

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