#DEE5DC

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

Shades of Apple Green #DEE5DC

Tints of Apple Green #DEE5DC

Color information

#DEE5DC (or 0xDEE5DC) is unknown color: approx Apple Green. HEX triplet: DE, E5 and DC. RGB value is (222,229,220). Sum of RGB (Red+Green+Blue) = 222+229+220=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5DC is #211A23. Grayscale: #E1E1E1. Windows color (decimal): -2169380 or 14476766. OLE color: 14476766.

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

Color convert

RGB222229220-
CMYK0.0300.040.10
HSL106.67º14.75%88.04%-
HSV(B)106.67º3.93%89.8%-
XYZ71.0676.7478.78-
YUV225.88124.68125.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.08%
GREEN value IS 229 (89.84% from 255) = 34.13%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=33.08%
G=34.13%
B=32.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222292200.0300.040.10106.6714.7588.04
HexDEE5DC304A6bf58
Octal3363453343041215317130
Binary1101111011100101110111001101001010110101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE5DC; }

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

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

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

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

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

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

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

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