#DDEDD9

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

Shades of Apple Green #DDEDD9

Tints of Apple Green #DDEDD9

Color information

#DDEDD9 (or 0xDDEDD9) is unknown color: approx Apple Green. HEX triplet: DD, ED and D9. RGB value is (221,237,217). Sum of RGB (Red+Green+Blue) = 221+237+217=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDD9 is #221226. Grayscale: #E6E6E6. Windows color (decimal): -2232871 or 14282205. OLE color: 14282205.

HSL color Cylindrical-coordinate representation of color #DDEDD9: hue angle of 108º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEDD9 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB221237217-
CMYK0.0700.080.07
HSL108º35.71%89.02%-
HSV(B)108º8.44%92.94%-
XYZ72.6380.9577.44-
YUV229.94120.7121.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=32.74%
G=35.11%
B=32.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372170.0700.080.0710835.7189.02
HexDDEDD970876c2459
Octal3353553317010715444131
Binary1101110111101101110110011110100011111011001001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDD9; }

 p { color: rgb(221,237,217); }

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

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

 a { background-color: rgb(221,237,217); }

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

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

 span { border-color: rgb(221,237,217); }

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