#DDE4DC

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

Shades of Apple Green #DDE4DC

Tints of Apple Green #DDE4DC

Color information

#DDE4DC (or 0xDDE4DC) is unknown color: approx Apple Green. HEX triplet: DD, E4 and DC. RGB value is (221,228,220). Sum of RGB (Red+Green+Blue) = 221+228+220=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4DC is #221B23. Grayscale: #E1E1E1. Windows color (decimal): -2235172 or 14476509. OLE color: 14476509.

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

Color convert

RGB221228220-
CMYK0.0300.040.11
HSL112.5º12.9%87.84%-
HSV(B)112.5º3.51%89.41%-
XYZ70.4876.0378.67-
YUV224.99125.18125.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 228 (89.45% from 255) = 34.08%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=33.03%
G=34.08%
B=32.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212282200.0300.040.11112.512.987.84
HexDDE4DC304B70d58
Octal3353443343041316015130
Binary1101110111100100110111001101001011111000011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4DC; }

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

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

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

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

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

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

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

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