#DEE3DC

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

Shades of Apple Green #DEE3DC

Tints of Apple Green #DEE3DC

Color information

#DEE3DC (or 0xDEE3DC) is unknown color: approx Apple Green. HEX triplet: DE, E3 and DC. RGB value is (222,227,220). Sum of RGB (Red+Green+Blue) = 222+227+220=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3DC is #211C23. Grayscale: #E0E0E0. Windows color (decimal): -2169892 or 14476254. OLE color: 14476254.

HSL color Cylindrical-coordinate representation of color #DEE3DC: hue angle of 102.86º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE3DC is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB222227220-
CMYK0.0200.030.11
HSL102.86º11.11%87.65%-
HSV(B)102.86º3.08%89.02%-
XYZ70.5175.6478.59-
YUV224.71125.34126.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 227 (89.06% from 255) = 33.93%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=33.18%
G=33.93%
B=32.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222272200.0200.030.11102.8611.1187.65
HexDEE3DC203B67b58
Octal3363433342031314713130
Binary110111101110001111011100100111011110011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3DC; }

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

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

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

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

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

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

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

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