#DAE6D8

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

Shades of Apple Green #DAE6D8

Tints of Apple Green #DAE6D8

Color information

#DAE6D8 (or 0xDAE6D8) is unknown color: approx Apple Green. HEX triplet: DA, E6 and D8. RGB value is (218,230,216). Sum of RGB (Red+Green+Blue) = 218+230+216=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6D8 is #251927. Grayscale: #E0E0E0. Windows color (decimal): -2431272 or 14214874. OLE color: 14214874.

HSL color Cylindrical-coordinate representation of color #DAE6D8: hue angle of 111.43º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE6D8 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB218230216-
CMYK0.0500.060.10
HSL111.43º21.88%87.45%-
HSV(B)111.43º6.09%90.2%-
XYZ69.676.4676.05-
YUV224.82123.02123.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.83%
GREEN value IS 230 (90.23% from 255) = 34.64%
BLUE value IS 216 (84.77% from 255) = 32.53%
R=32.83%
G=34.64%
B=32.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182302160.0500.060.10111.4321.8887.45
HexDAE6D8506A6f1657
Octal3323463305061215726127
Binary110110101110011011011000101011010101101111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6D8; }

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

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

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

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

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

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

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

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