#DDE2DC

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

Shades of Apple Green #DDE2DC

Tints of Apple Green #DDE2DC

Color information

#DDE2DC (or 0xDDE2DC) is unknown color: approx Apple Green. HEX triplet: DD, E2 and DC. RGB value is (221,226,220). Sum of RGB (Red+Green+Blue) = 221+226+220=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2DC is #221D23. Grayscale: #DFDFDF. Windows color (decimal): -2235684 or 14475997. OLE color: 14475997.

HSL color Cylindrical-coordinate representation of color #DDE2DC: hue angle of 110º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE2DC is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB221226220-
CMYK0.0200.030.11
HSL110º9.38%87.45%-
HSV(B)110º2.65%88.63%-
XYZ69.9374.9378.49-
YUV223.82125.84125.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=33.13%
G=33.88%
B=32.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212262200.0200.030.111109.3887.45
HexDDE2DC203B6e957
Octal3353423342031315611127
Binary110111011110001011011100100111011110111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2DC; }

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

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

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

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

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

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

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

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