#DEE8DD

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

Shades of Apple Green #DEE8DD

Tints of Apple Green #DEE8DD

Color information

#DEE8DD (or 0xDEE8DD) is unknown color: approx Apple Green. HEX triplet: DE, E8 and DD. RGB value is (222,232,221). Sum of RGB (Red+Green+Blue) = 222+232+221=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8DD is #211722. Grayscale: #E3E3E3. Windows color (decimal): -2168611 or 14543070. OLE color: 14543070.

HSL color Cylindrical-coordinate representation of color #DEE8DD: hue angle of 114.55º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE8DD is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB222232221-
CMYK0.0400.050.09
HSL114.55º19.3%88.82%-
HSV(B)114.55º4.74%90.98%-
XYZ72.0378.4679.76-
YUV227.76124.19123.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.89%
GREEN value IS 232 (91.02% from 255) = 34.37%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=32.89%
G=34.37%
B=32.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222322210.0400.050.09114.5519.388.82
HexDEE8DD4059731359
Octal3363503354051116323131
Binary110111101110100011011101100010110011110011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8DD; }

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

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

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

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

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

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

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

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