#DCE5DB

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

Shades of Apple Green #DCE5DB

Tints of Apple Green #DCE5DB

Color information

#DCE5DB (or 0xDCE5DB) is unknown color: approx Apple Green. HEX triplet: DC, E5 and DB. RGB value is (220,229,219). Sum of RGB (Red+Green+Blue) = 220+229+219=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5DB is #231A24. Grayscale: #E1E1E1. Windows color (decimal): -2300453 or 14411228. OLE color: 14411228.

HSL color Cylindrical-coordinate representation of color #DCE5DB: hue angle of 114º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE5DB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB220229219-
CMYK0.0400.040.10
HSL114º16.13%87.84%-
HSV(B)114º4.37%89.8%-
XYZ70.3276.3778.05-
YUV225.17124.52124.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=32.93%
G=34.28%
B=32.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202292190.0400.040.1011416.1387.84
HexDCE5DB404A721058
Octal3343453334041216220130
Binary110111001110010111011011100010010101110010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5DB; }

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

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

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

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

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

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

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

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