#DEECDC

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

Shades of Apple Green #DEECDC

Tints of Apple Green #DEECDC

Color information

#DEECDC (or 0xDEECDC) is unknown color: approx Apple Green. HEX triplet: DE, EC and DC. RGB value is (222,236,220). Sum of RGB (Red+Green+Blue) = 222+236+220=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECDC is #211323. Grayscale: #E6E6E6. Windows color (decimal): -2167588 or 14478558. OLE color: 14478558.

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

Color convert

RGB222236220-
CMYK0.0600.070.07
HSL112.5º29.63%89.41%-
HSV(B)112.5º6.78%92.55%-
XYZ73.0480.6979.43-
YUV229.99122.36122.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.74%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=32.74%
G=34.81%
B=32.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222362200.0600.070.07112.529.6389.41
HexDEECDC6077701e59
Octal336354334607716036131
Binary11011110111011001101110011001111111110000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECDC; }

 p { color: rgb(222,236,220); }

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

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

 a { background-color: rgb(222,236,220); }

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

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

 span { border-color: rgb(222,236,220); }

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