#DEE4DC

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

Shades of Apple Green #DEE4DC

Tints of Apple Green #DEE4DC

Color information

#DEE4DC (or 0xDEE4DC) is unknown color: approx Apple Green. HEX triplet: DE, E4 and DC. RGB value is (222,228,220). Sum of RGB (Red+Green+Blue) = 222+228+220=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4DC is #211B23. Grayscale: #E1E1E1. Windows color (decimal): -2169636 or 14476510. OLE color: 14476510.

HSL color Cylindrical-coordinate representation of color #DEE4DC: hue angle of 105º 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 #DEE4DC is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB222228220-
CMYK0.0300.040.11
HSL105º12.9%87.84%-
HSV(B)105º3.51%89.41%-
XYZ70.7976.1878.68-
YUV225.29125.01125.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.13%
GREEN value IS 228 (89.45% from 255) = 34.03%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=33.13%
G=34.03%
B=32.84%

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
Decimal2222282200.0300.040.1110512.987.84
HexDEE4DC304B69d58
Octal3363443343041315115130
Binary1101111011100100110111001101001011110100111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4DC; }

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

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

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

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

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

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

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

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