#DEE3DD

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

Shades of Apple Green #DEE3DD

Tints of Apple Green #DEE3DD

Color information

#DEE3DD (or 0xDEE3DD) is unknown color: approx Apple Green. HEX triplet: DE, E3 and DD. RGB value is (222,227,221). Sum of RGB (Red+Green+Blue) = 222+227+221=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3DD is #211C22. Grayscale: #E0E0E0. Windows color (decimal): -2169891 or 14541790. OLE color: 14541790.

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

Color convert

RGB222227221-
CMYK0.0200.030.11
HSL110º9.68%87.84%-
HSV(B)110º2.64%89.02%-
XYZ70.6475.6979.29-
YUV224.82125.84125.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.13%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=33.13%
G=33.88%
B=32.99%

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
Decimal2222272210.0200.030.111109.6887.84
HexDEE3DD203B6ea58
Octal3363433352031315612130
Binary110111101110001111011101100111011110111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3DD; }

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

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

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

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

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

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

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

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