#DCE0DB

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

Shades of Apple Green #DCE0DB

Tints of Apple Green #DCE0DB

Color information

#DCE0DB (or 0xDCE0DB) is unknown color: approx Apple Green. HEX triplet: DC, E0 and DB. RGB value is (220,224,219). Sum of RGB (Red+Green+Blue) = 220+224+219=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0DB is #231F24. Grayscale: #DEDEDE. Windows color (decimal): -2301733 or 14409948. OLE color: 14409948.

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

Color convert

RGB220224219-
CMYK0.0200.020.12
HSL108º7.46%86.86%-
HSV(B)108º2.23%87.84%-
XYZ68.9673.6477.6-
YUV222.23126.17126.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.18%
GREEN value IS 224 (87.89% from 255) = 33.79%
BLUE value IS 219 (85.94% from 255) = 33.03%
R=33.18%
G=33.79%
B=33.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202242190.0200.020.121087.4686.86
HexDCE0DB202C6c757
Octal334340333202141547127
Binary11011100111000001101101110010110011011001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE0DB; }

 p { color: rgb(220,224,219); }

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

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

 a { background-color: rgb(220,224,219); }

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

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

 span { border-color: rgb(220,224,219); }

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