#DDEADC

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

Shades of Apple Green #DDEADC

Tints of Apple Green #DDEADC

Color information

#DDEADC (or 0xDDEADC) is unknown color: approx Apple Green. HEX triplet: DD, EA and DC. RGB value is (221,234,220). Sum of RGB (Red+Green+Blue) = 221+234+220=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEADC is #221523. Grayscale: #E4E4E4. Windows color (decimal): -2233636 or 14478045. OLE color: 14478045.

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

Color convert

RGB221234220-
CMYK0.0600.060.08
HSL115.71º25%89.02%-
HSV(B)115.71º5.98%91.76%-
XYZ72.1679.3979.23-
YUV228.52123.19122.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=32.74%
G=34.67%
B=32.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212342200.0600.060.08115.712589.02
HexDDEADC6068741959
Octal3353523346061016431131
Binary110111011110101011011100110011010001110100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEADC; }

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

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

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

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

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

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

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

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