#DDE4DB

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

Shades of Apple Green #DDE4DB

Tints of Apple Green #DDE4DB

Color information

#DDE4DB (or 0xDDE4DB) is unknown color: approx Apple Green. HEX triplet: DD, E4 and DB. RGB value is (221,228,219). Sum of RGB (Red+Green+Blue) = 221+228+219=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4DB is #221B24. Grayscale: #E0E0E0. Windows color (decimal): -2235173 or 14410973. OLE color: 14410973.

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

Color convert

RGB221228219-
CMYK0.0300.040.11
HSL106.67º14.29%87.65%-
HSV(B)106.67º3.95%89.41%-
XYZ70.3575.9777.97-
YUV224.88124.68125.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=33.08%
G=34.13%
B=32.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212282190.0300.040.11106.6714.2987.65
HexDDE4DB304B6be58
Octal3353443333041315316130
Binary1101110111100100110110111101001011110101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4DB; }

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

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

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

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

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

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

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

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