#DAEDD7

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

Shades of Apple Green #DAEDD7

Tints of Apple Green #DAEDD7

Color information

#DAEDD7 (or 0xDAEDD7) is unknown color: approx Apple Green. HEX triplet: DA, ED and D7. RGB value is (218,237,215). Sum of RGB (Red+Green+Blue) = 218+237+215=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDD7 is #251228. Grayscale: #E4E4E4. Windows color (decimal): -2429481 or 14151130. OLE color: 14151130.

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

Color convert

RGB218237215-
CMYK0.0800.090.07
HSL111.82º37.93%88.63%-
HSV(B)111.82º9.28%92.94%-
XYZ71.4680.3876.04-
YUV228.81120.21120.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 215 (84.38% from 255) = 32.09%
R=32.54%
G=35.37%
B=32.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182372150.0800.090.07111.8237.9388.63
HexDAEDD78097702659
Octal33235532710011716046131
Binary11011010111011011101011110000100111111100001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDD7; }

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

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

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

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

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

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

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

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