#DDECDA

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

Shades of Apple Green #DDECDA

Tints of Apple Green #DDECDA

Color information

#DDECDA (or 0xDDECDA) is unknown color: approx Apple Green. HEX triplet: DD, EC and DA. RGB value is (221,236,218). Sum of RGB (Red+Green+Blue) = 221+236+218=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECDA is #221325. Grayscale: #E5E5E5. Windows color (decimal): -2233126 or 14347485. OLE color: 14347485.

HSL color Cylindrical-coordinate representation of color #DDECDA: hue angle of 110º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDECDA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB221236218-
CMYK0.0600.080.07
HSL110º32.14%89.02%-
HSV(B)110º7.63%92.55%-
XYZ72.4780.4378.03-
YUV229.46121.53121.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 218 (85.55% from 255) = 32.30%
R=32.74%
G=34.96%
B=32.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212362180.0600.080.0711032.1489.02
HexDDECDA60876e2059
Octal3353543326010715640131
Binary1101110111101100110110101100100011111011101000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECDA; }

 p { color: rgb(221,236,218); }

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

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

 a { background-color: rgb(221,236,218); }

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

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

 span { border-color: rgb(221,236,218); }

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