#DDF2D9

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

Shades of Apple Green #DDF2D9

Tints of Apple Green #DDF2D9

Color information

#DDF2D9 (or 0xDDF2D9) is unknown color: approx Apple Green. HEX triplet: DD, F2 and D9. RGB value is (221,242,217). Sum of RGB (Red+Green+Blue) = 221+242+217=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D9 is #220D26. Grayscale: #E8E8E8. Windows color (decimal): -2231591 or 14283485. OLE color: 14283485.

HSL color Cylindrical-coordinate representation of color #DDF2D9: hue angle of 110.4º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF2D9 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB221242217-
CMYK0.0900.100.05
HSL110.4º49.02%90%-
HSV(B)110.4º10.33%94.9%-
XYZ74.183.8977.93-
YUV232.87119.04119.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 242 (94.92% from 255) = 35.59%
BLUE value IS 217 (85.16% from 255) = 31.91%
R=32.5%
G=35.59%
B=31.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422170.0900.100.05110.449.0290
HexDDF2D990A56e315a
Octal33536233111012515661132
Binary11011101111100101101100110010101010111011101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2D9; }

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

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

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

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

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

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

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

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