#DAEAD7

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

Shades of Apple Green #DAEAD7

Tints of Apple Green #DAEAD7

Color information

#DAEAD7 (or 0xDAEAD7) is unknown color: approx Apple Green. HEX triplet: DA, EA and D7. RGB value is (218,234,215). Sum of RGB (Red+Green+Blue) = 218+234+215=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 215 (84.38% from 255 or 32.23% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAD7 is #251528. Grayscale: #E3E3E3. Windows color (decimal): -2430249 or 14150362. OLE color: 14150362.

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

Color convert

RGB218234215-
CMYK0.0700.080.08
HSL110.53º31.15%88.04%-
HSV(B)110.53º8.12%91.76%-
XYZ70.678.6675.75-
YUV227.05121.2121.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 215 (84.38% from 255) = 32.23%
R=32.68%
G=35.08%
B=32.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342150.0700.080.08110.5331.1588.04
HexDAEAD770886f1f58
Octal33235232770101015737130
Binary1101101011101010110101111110100010001101111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAD7; }

 p { color: rgb(218,234,215); }

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

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

 a { background-color: rgb(218,234,215); }

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

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

 span { border-color: rgb(218,234,215); }

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