#DAEBD8

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

Shades of Apple Green #DAEBD8

Tints of Apple Green #DAEBD8

Color information

#DAEBD8 (or 0xDAEBD8) is unknown color: approx Apple Green. HEX triplet: DA, EB and D8. RGB value is (218,235,216). Sum of RGB (Red+Green+Blue) = 218+235+216=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 216 (84.77% from 255 or 32.29% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBD8 is #251427. Grayscale: #E3E3E3. Windows color (decimal): -2429992 or 14216154. OLE color: 14216154.

HSL color Cylindrical-coordinate representation of color #DAEBD8: hue angle of 113.68º degrees, saturation: 0.32, 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 #DAEBD8 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB218235216-
CMYK0.0700.080.08
HSL113.68º32.2%88.43%-
HSV(B)113.68º8.09%92.16%-
XYZ71.0279.2876.53-
YUV227.75121.37121.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 216 (84.77% from 255) = 32.29%
R=32.59%
G=35.13%
B=32.29%

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
Decimal2182352160.0700.080.08113.6832.288.43
HexDAEBD87088722058
Octal33235333070101016240130
Binary11011010111010111101100011101000100011100101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBD8; }

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

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

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

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

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

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

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

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