#DAEBD7

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

Shades of Apple Green #DAEBD7

Tints of Apple Green #DAEBD7

Color information

#DAEBD7 (or 0xDAEBD7) is unknown color: approx Apple Green. HEX triplet: DA, EB and D7. RGB value is (218,235,215). Sum of RGB (Red+Green+Blue) = 218+235+215=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBD7 is #251428. Grayscale: #E3E3E3. Windows color (decimal): -2429993 or 14150618. OLE color: 14150618.

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

Color convert

RGB218235215-
CMYK0.0700.090.08
HSL111º33.33%88.24%-
HSV(B)111º8.51%92.16%-
XYZ70.8979.2375.85-
YUV227.64120.87121.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 215 (84.38% from 255) = 32.19%
R=32.63%
G=35.18%
B=32.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352150.0700.090.0811133.3388.24
HexDAEBD770986f2158
Octal33235332770111015741130
Binary11011010111010111101011111101001100011011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBD7; }

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

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

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

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

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

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

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

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