#DDE5DB

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

Shades of Apple Green #DDE5DB

Tints of Apple Green #DDE5DB

Color information

#DDE5DB (or 0xDDE5DB) is unknown color: approx Apple Green. HEX triplet: DD, E5 and DB. RGB value is (221,229,219). Sum of RGB (Red+Green+Blue) = 221+229+219=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5DB is #221A24. Grayscale: #E1E1E1. Windows color (decimal): -2234917 or 14411229. OLE color: 14411229.

HSL color Cylindrical-coordinate representation of color #DDE5DB: hue angle of 108º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE5DB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB221229219-
CMYK0.0300.040.10
HSL108º16.13%87.84%-
HSV(B)108º4.37%89.8%-
XYZ70.6276.5378.07-
YUV225.47124.35124.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 219 (85.94% from 255) = 32.74%
R=33.03%
G=34.23%
B=32.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212292190.0300.040.1010816.1387.84
HexDDE5DB304A6c1058
Octal3353453333041215420130
Binary11011101111001011101101111010010101101100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5DB; }

 p { color: rgb(221,229,219); }

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

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

 a { background-color: rgb(221,229,219); }

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

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

 span { border-color: rgb(221,229,219); }

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