#DBEDD9

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

Shades of Apple Green #DBEDD9

Tints of Apple Green #DBEDD9

Color information

#DBEDD9 (or 0xDBEDD9) is unknown color: approx Apple Green. HEX triplet: DB, ED and D9. RGB value is (219,237,217). Sum of RGB (Red+Green+Blue) = 219+237+217=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDD9 is #241226. Grayscale: #E5E5E5. Windows color (decimal): -2363943 or 14282203. OLE color: 14282203.

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

Color convert

RGB219237217-
CMYK0.0800.080.07
HSL114º35.71%89.02%-
HSV(B)114º8.44%92.94%-
XYZ72.0280.6477.41-
YUV229.34121.04120.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.54%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 217 (85.16% from 255) = 32.24%
R=32.54%
G=35.22%
B=32.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192372170.0800.080.0711435.7189.02
HexDBEDD98087722459
Octal33335533110010716244131
Binary11011011111011011101100110000100011111100101001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEDD9; }

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

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

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

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

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

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

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

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