#DAECD8

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

Shades of Apple Green #DAECD8

Tints of Apple Green #DAECD8

Color information

#DAECD8 (or 0xDAECD8) is unknown color: approx Apple Green. HEX triplet: DA, EC and D8. RGB value is (218,236,216). Sum of RGB (Red+Green+Blue) = 218+236+216=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECD8 is #251327. Grayscale: #E4E4E4. Windows color (decimal): -2429736 or 14216410. OLE color: 14216410.

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

Color convert

RGB218236216-
CMYK0.0800.080.07
HSL114º34.48%88.63%-
HSV(B)114º8.47%92.55%-
XYZ71.379.8576.62-
YUV228.34121.04120.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 236 (92.58% from 255) = 35.22%
BLUE value IS 216 (84.77% from 255) = 32.24%
R=32.54%
G=35.22%
B=32.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362160.0800.080.0711434.4888.63
HexDAECD88087722259
Octal33235433010010716242131
Binary11011010111011001101100010000100011111100101000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECD8; }

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

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

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

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

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

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

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

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