#DDE5DC

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

Shades of Apple Green #DDE5DC

Tints of Apple Green #DDE5DC

Color information

#DDE5DC (or 0xDDE5DC) is unknown color: approx Apple Green. HEX triplet: DD, E5 and DC. RGB value is (221,229,220). Sum of RGB (Red+Green+Blue) = 221+229+220=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5DC is #221A23. Grayscale: #E1E1E1. Windows color (decimal): -2234916 or 14476765. OLE color: 14476765.

HSL color Cylindrical-coordinate representation of color #DDE5DC: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE5DC is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB221229220-
CMYK0.0300.040.10
HSL113.33º14.75%88.04%-
HSV(B)113.33º3.93%89.8%-
XYZ70.7676.5878.76-
YUV225.58124.85124.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=32.99%
G=34.18%
B=32.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212292200.0300.040.10113.3314.7588.04
HexDDE5DC304A71f58
Octal3353453343041216117130
Binary1101110111100101110111001101001010111000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5DC; }

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

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

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

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

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

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

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

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