#DDE7DA

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

Shades of Apple Green #DDE7DA

Tints of Apple Green #DDE7DA

Color information

#DDE7DA (or 0xDDE7DA) is unknown color: approx Apple Green. HEX triplet: DD, E7 and DA. RGB value is (221,231,218). Sum of RGB (Red+Green+Blue) = 221+231+218=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7DA is #221825. Grayscale: #E2E2E2. Windows color (decimal): -2234406 or 14346205. OLE color: 14346205.

HSL color Cylindrical-coordinate representation of color #DDE7DA: hue angle of 106.15º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE7DA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB221231218-
CMYK0.0400.060.09
HSL106.15º21.31%88.04%-
HSV(B)106.15º5.63%90.59%-
XYZ71.0577.5977.56-
YUV226.53123.19124.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 231 (90.62% from 255) = 34.48%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=32.99%
G=34.48%
B=32.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212312180.0400.060.09106.1521.3188.04
HexDDE7DA40696a1558
Octal3353473324061115225130
Binary110111011110011111011010100011010011101010101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7DA; }

 p { color: rgb(221,231,218); }

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

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

 a { background-color: rgb(221,231,218); }

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

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

 span { border-color: rgb(221,231,218); }

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