#DDE8DB

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

Shades of Apple Green #DDE8DB

Tints of Apple Green #DDE8DB

Color information

#DDE8DB (or 0xDDE8DB) is unknown color: approx Apple Green. HEX triplet: DD, E8 and DB. RGB value is (221,232,219). Sum of RGB (Red+Green+Blue) = 221+232+219=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8DB is #221724. Grayscale: #E3E3E3. Windows color (decimal): -2234149 or 14411997. OLE color: 14411997.

HSL color Cylindrical-coordinate representation of color #DDE8DB: hue angle of 110.77º 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 #DDE8DB is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB221232219-
CMYK0.0500.060.09
HSL110.77º22.03%88.43%-
HSV(B)110.77º5.6%90.98%-
XYZ71.4678.278.35-
YUV227.23123.36123.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 232 (91.02% from 255) = 34.52%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=32.89%
G=34.52%
B=32.59%

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
Decimal2212322190.0500.060.09110.7722.0388.43
HexDDE8DB50696f1658
Octal3353503335061115726130
Binary110111011110100011011011101011010011101111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8DB; }

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

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

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

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

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

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

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

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