#DDEAD9

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

Shades of Apple Green #DDEAD9

Tints of Apple Green #DDEAD9

Color information

#DDEAD9 (or 0xDDEAD9) is unknown color: approx Apple Green. HEX triplet: DD, EA and D9. RGB value is (221,234,217). Sum of RGB (Red+Green+Blue) = 221+234+217=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAD9 is #221526. Grayscale: #E4E4E4. Windows color (decimal): -2233639 or 14281437. OLE color: 14281437.

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

Color convert

RGB221234217-
CMYK0.0600.070.08
HSL105.88º28.81%88.43%-
HSV(B)105.88º7.26%91.76%-
XYZ71.7779.2377.16-
YUV228.18121.69122.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 234 (91.80% from 255) = 34.82%
BLUE value IS 217 (85.16% from 255) = 32.29%
R=32.89%
G=34.82%
B=32.29%

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
Decimal2212342170.0600.070.08105.8828.8188.43
HexDDEAD960786a1d58
Octal3353523316071015235130
Binary110111011110101011011001110011110001101010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAD9; }

 p { color: rgb(221,234,217); }

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

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

 a { background-color: rgb(221,234,217); }

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

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

 span { border-color: rgb(221,234,217); }

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