#DAE7D8

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

Shades of Apple Green #DAE7D8

Tints of Apple Green #DAE7D8

Color information

#DAE7D8 (or 0xDAE7D8) is unknown color: approx Apple Green. HEX triplet: DA, E7 and D8. RGB value is (218,231,216). Sum of RGB (Red+Green+Blue) = 218+231+216=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7D8 is #251827. Grayscale: #E1E1E1. Windows color (decimal): -2431016 or 14215130. OLE color: 14215130.

HSL color Cylindrical-coordinate representation of color #DAE7D8: hue angle of 112º degrees, saturation: 0.24, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE7D8 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB218231216-
CMYK0.0600.060.09
HSL112º23.81%87.65%-
HSV(B)112º6.49%90.59%-
XYZ69.8877.0276.15-
YUV225.4122.69122.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.78%
GREEN value IS 231 (90.62% from 255) = 34.74%
BLUE value IS 216 (84.77% from 255) = 32.48%
R=32.78%
G=34.74%
B=32.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182312160.0600.060.0911223.8187.65
HexDAE7D86069701858
Octal3323473306061116030130
Binary110110101110011111011000110011010011110000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7D8; }

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

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

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

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

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

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

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

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