#DDEBDA

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

Shades of Apple Green #DDEBDA

Tints of Apple Green #DDEBDA

Color information

#DDEBDA (or 0xDDEBDA) is unknown color: approx Apple Green. HEX triplet: DD, EB and DA. RGB value is (221,235,218). Sum of RGB (Red+Green+Blue) = 221+235+218=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBDA is #221425. Grayscale: #E4E4E4. Windows color (decimal): -2233382 or 14347229. OLE color: 14347229.

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

Color convert

RGB221235218-
CMYK0.0600.070.08
HSL109.41º29.82%88.82%-
HSV(B)109.41º7.23%92.16%-
XYZ72.1879.8577.94-
YUV228.88121.86122.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 218 (85.55% from 255) = 32.34%
R=32.79%
G=34.87%
B=32.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352180.0600.070.08109.4129.8288.82
HexDDEBDA60786d1e59
Octal3353533326071015536131
Binary110111011110101111011010110011110001101101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBDA; }

 p { color: rgb(221,235,218); }

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

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

 a { background-color: rgb(221,235,218); }

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

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

 span { border-color: rgb(221,235,218); }

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