#DDE9DC

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

Shades of Apple Green #DDE9DC

Tints of Apple Green #DDE9DC

Color information

#DDE9DC (or 0xDDE9DC) is unknown color: approx Apple Green. HEX triplet: DD, E9 and DC. RGB value is (221,233,220). Sum of RGB (Red+Green+Blue) = 221+233+220=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9DC is #221623. Grayscale: #E3E3E3. Windows color (decimal): -2233892 or 14477789. OLE color: 14477789.

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

Color convert

RGB221233220-
CMYK0.0500.060.09
HSL115.38º22.81%88.82%-
HSV(B)115.38º5.58%91.37%-
XYZ71.8878.8279.14-
YUV227.93123.52123.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=32.79%
G=34.57%
B=32.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212332200.0500.060.09115.3822.8188.82
HexDDE9DC5069731759
Octal3353513345061116327131
Binary110111011110100111011100101011010011110011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9DC; }

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

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

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

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

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

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

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

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