#DCE1DB

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

Shades of Apple Green #DCE1DB

Tints of Apple Green #DCE1DB

Color information

#DCE1DB (or 0xDCE1DB) is unknown color: approx Apple Green. HEX triplet: DC, E1 and DB. RGB value is (220,225,219). Sum of RGB (Red+Green+Blue) = 220+225+219=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1DB is #231E24. Grayscale: #DEDEDE. Windows color (decimal): -2301477 or 14410204. OLE color: 14410204.

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

Color convert

RGB220225219-
CMYK0.0200.030.12
HSL110º9.09%87.06%-
HSV(B)110º2.67%88.24%-
XYZ69.2374.1877.69-
YUV222.82125.84125.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 219 (85.94% from 255) = 32.98%
R=33.13%
G=33.89%
B=32.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202252190.0200.030.121109.0987.06
HexDCE1DB203C6e957
Octal3343413332031415611127
Binary110111001110000111011011100111100110111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1DB; }

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

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

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

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

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

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

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

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