#DDE7DB

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

Shades of Apple Green #DDE7DB

Tints of Apple Green #DDE7DB

Color information

#DDE7DB (or 0xDDE7DB) is unknown color: approx Apple Green. HEX triplet: DD, E7 and DB. RGB value is (221,231,219). Sum of RGB (Red+Green+Blue) = 221+231+219=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7DB is #221824. Grayscale: #E2E2E2. Windows color (decimal): -2234405 or 14411741. OLE color: 14411741.

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

Color convert

RGB221231219-
CMYK0.0400.050.09
HSL110º20%88.24%-
HSV(B)110º5.19%90.59%-
XYZ71.1877.6478.25-
YUV226.64123.69123.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=32.94%
G=34.43%
B=32.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212312190.0400.050.091102088.24
HexDDE7DB40596e1458
Octal3353473334051115624130
Binary110111011110011111011011100010110011101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7DB; }

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

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

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

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

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

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

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

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