#DBEBD7

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

Shades of Apple Green #DBEBD7

Tints of Apple Green #DBEBD7

Color information

#DBEBD7 (or 0xDBEBD7) is unknown color: approx Apple Green. HEX triplet: DB, EB and D7. RGB value is (219,235,215). Sum of RGB (Red+Green+Blue) = 219+235+215=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBD7 is #241428. Grayscale: #E4E4E4. Windows color (decimal): -2364457 or 14150619. OLE color: 14150619.

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

Color convert

RGB219235215-
CMYK0.0700.090.08
HSL108º33.33%88.24%-
HSV(B)108º8.51%92.16%-
XYZ71.1979.3875.86-
YUV227.94120.7121.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 215 (84.38% from 255) = 32.14%
R=32.74%
G=35.13%
B=32.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352150.0700.090.0810833.3388.24
HexDBEBD770986c2158
Octal33335332770111015441130
Binary11011011111010111101011111101001100011011001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBD7; }

 p { color: rgb(219,235,215); }

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

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

 a { background-color: rgb(219,235,215); }

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

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

 span { border-color: rgb(219,235,215); }

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