#DCEED8

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

Shades of Apple Green #DCEED8

Tints of Apple Green #DCEED8

Color information

#DCEED8 (or 0xDCEED8) is unknown color: approx Apple Green. HEX triplet: DC, EE and D8. RGB value is (220,238,216). Sum of RGB (Red+Green+Blue) = 220+238+216=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEED8 is #231127. Grayscale: #E6E6E6. Windows color (decimal): -2298152 or 14216924. OLE color: 14216924.

HSL color Cylindrical-coordinate representation of color #DCEED8: hue angle of 109.09º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEED8 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB220238216-
CMYK0.0800.090.07
HSL109.09º39.29%89.02%-
HSV(B)109.09º9.24%93.33%-
XYZ72.4881.3276.84-
YUV230.11120.04120.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 216 (84.77% from 255) = 32.05%
R=32.64%
G=35.31%
B=32.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382160.0800.090.07109.0939.2989.02
HexDCEED880976d2759
Octal33435633010011715547131
Binary11011100111011101101100010000100111111011011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEED8; }

 p { color: rgb(220,238,216); }

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

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

 a { background-color: rgb(220,238,216); }

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

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

 span { border-color: rgb(220,238,216); }

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