#DDE7DC

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

Shades of Apple Green #DDE7DC

Tints of Apple Green #DDE7DC

Color information

#DDE7DC (or 0xDDE7DC) is unknown color: approx Apple Green. HEX triplet: DD, E7 and DC. RGB value is (221,231,220). Sum of RGB (Red+Green+Blue) = 221+231+220=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7DC is #221823. Grayscale: #E2E2E2. Windows color (decimal): -2234404 or 14477277. OLE color: 14477277.

HSL color Cylindrical-coordinate representation of color #DDE7DC: hue angle of 114.55º degrees, saturation: 0.19, 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 #DDE7DC is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB221231220-
CMYK0.0400.050.09
HSL114.55º18.64%88.43%-
HSV(B)114.55º4.76%90.59%-
XYZ71.3177.6978.95-
YUV226.76124.19123.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=32.89%
G=34.38%
B=32.74%

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
Decimal2212312200.0400.050.09114.5518.6488.43
HexDDE7DC4059731358
Octal3353473344051116323130
Binary110111011110011111011100100010110011110011100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7DC; }

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

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

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

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

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

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

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

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