#DBEDD8

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

Shades of Apple Green #DBEDD8

Tints of Apple Green #DBEDD8

Color information

#DBEDD8 (or 0xDBEDD8) is unknown color: approx Apple Green. HEX triplet: DB, ED and D8. RGB value is (219,237,216). Sum of RGB (Red+Green+Blue) = 219+237+216=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDD8 is #241227. Grayscale: #E5E5E5. Windows color (decimal): -2363944 or 14216667. OLE color: 14216667.

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

Color convert

RGB219237216-
CMYK0.0800.090.07
HSL111.43º36.84%88.82%-
HSV(B)111.43º8.86%92.94%-
XYZ71.8980.5976.73-
YUV229.22120.54120.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.59%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 216 (84.77% from 255) = 32.14%
R=32.59%
G=35.27%
B=32.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192372160.0800.090.07111.4336.8488.82
HexDBEDD880976f2559
Octal33335533010011715745131
Binary11011011111011011101100010000100111111011111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEDD8; }

 p { color: rgb(219,237,216); }

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

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

 a { background-color: rgb(219,237,216); }

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

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

 span { border-color: rgb(219,237,216); }

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