#DDE9DA

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

Shades of Apple Green #DDE9DA

Tints of Apple Green #DDE9DA

Color information

#DDE9DA (or 0xDDE9DA) is unknown color: approx Apple Green. HEX triplet: DD, E9 and DA. RGB value is (221,233,218). Sum of RGB (Red+Green+Blue) = 221+233+218=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9DA is #221625. Grayscale: #E3E3E3. Windows color (decimal): -2233894 or 14346717. OLE color: 14346717.

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

Color convert

RGB221233218-
CMYK0.0500.060.09
HSL108º25.42%88.43%-
HSV(B)108º6.44%91.37%-
XYZ71.6178.7177.75-
YUV227.7122.52123.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 233 (91.41% from 255) = 34.67%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=32.89%
G=34.67%
B=32.44%

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
Decimal2212332180.0500.060.0910825.4288.43
HexDDE9DA50696c1958
Octal3353513325061115431130
Binary110111011110100111011010101011010011101100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9DA; }

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

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

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

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

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

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

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

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