#DDF1D9

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

Shades of Apple Green #DDF1D9

Tints of Apple Green #DDF1D9

Color information

#DDF1D9 (or 0xDDF1D9) is unknown color: approx Apple Green. HEX triplet: DD, F1 and D9. RGB value is (221,241,217). Sum of RGB (Red+Green+Blue) = 221+241+217=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1D9 is #220E26. Grayscale: #E8E8E8. Windows color (decimal): -2231847 or 14283229. OLE color: 14283229.

HSL color Cylindrical-coordinate representation of color #DDF1D9: hue angle of 110º degrees, saturation: 0.46, 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 #DDF1D9 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB221241217-
CMYK0.0800.100.05
HSL110º46.15%89.8%-
HSV(B)110º9.96%94.51%-
XYZ73.883.2977.83-
YUV232.28119.37119.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 217 (85.16% from 255) = 31.96%
R=32.55%
G=35.49%
B=31.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412170.0800.100.0511046.1589.8
HexDDF1D980A56e2e5a
Octal33536133110012515656132
Binary11011101111100011101100110000101010111011101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1D9; }

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

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

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

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

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

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

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

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