#DDEDDB

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

Shades of Apple Green #DDEDDB

Tints of Apple Green #DDEDDB

Color information

#DDEDDB (or 0xDDEDDB) is unknown color: approx Apple Green. HEX triplet: DD, ED and DB. RGB value is (221,237,219). Sum of RGB (Red+Green+Blue) = 221+237+219=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDDB is #221224. Grayscale: #E6E6E6. Windows color (decimal): -2232869 or 14413277. OLE color: 14413277.

HSL color Cylindrical-coordinate representation of color #DDEDDB: hue angle of 113.33º degrees, saturation: 0.33, 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 #DDEDDB is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB221237219-
CMYK0.0700.080.07
HSL113.33º33.33%89.41%-
HSV(B)113.33º7.59%92.94%-
XYZ72.8981.0678.82-
YUV230.16121.7121.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=32.64%
G=35.01%
B=32.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372190.0700.080.07113.3333.3389.41
HexDDEDDB7087712159
Octal3353553337010716141131
Binary1101110111101101110110111110100011111100011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDDB; }

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

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

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

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

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

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

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

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