#DCEDDA

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

Shades of Apple Green #DCEDDA

Tints of Apple Green #DCEDDA

Color information

#DCEDDA (or 0xDCEDDA) is unknown color: approx Apple Green. HEX triplet: DC, ED and DA. RGB value is (220,237,218). Sum of RGB (Red+Green+Blue) = 220+237+218=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDDA is #231225. Grayscale: #E5E5E5. Windows color (decimal): -2298406 or 14347740. OLE color: 14347740.

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

Color convert

RGB220237218-
CMYK0.0700.080.07
HSL113.68º34.55%89.22%-
HSV(B)113.68º8.02%92.94%-
XYZ72.4580.8578.12-
YUV229.75121.37121.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.59%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 218 (85.55% from 255) = 32.30%
R=32.59%
G=35.11%
B=32.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372180.0700.080.07113.6834.5589.22
HexDCEDDA7087722359
Octal3343553327010716243131
Binary1101110011101101110110101110100011111100101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDDA; }

 p { color: rgb(220,237,218); }

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

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

 a { background-color: rgb(220,237,218); }

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

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

 span { border-color: rgb(220,237,218); }

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