#DCE8DB

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

Shades of Apple Green #DCE8DB

Tints of Apple Green #DCE8DB

Color information

#DCE8DB (or 0xDCE8DB) is unknown color: approx Apple Green. HEX triplet: DC, E8 and DB. RGB value is (220,232,219). Sum of RGB (Red+Green+Blue) = 220+232+219=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8DB is #231724. Grayscale: #E2E2E2. Windows color (decimal): -2299685 or 14411996. OLE color: 14411996.

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

Color convert

RGB220232219-
CMYK0.0500.060.09
HSL115.38º22.03%88.43%-
HSV(B)115.38º5.6%90.98%-
XYZ71.1678.0478.33-
YUV226.93123.52123.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 232 (91.02% from 255) = 34.58%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=32.79%
G=34.58%
B=32.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202322190.0500.060.09115.3822.0388.43
HexDCE8DB5069731658
Octal3343503335061116326130
Binary110111001110100011011011101011010011110011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8DB; }

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

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

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

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

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

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

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

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