#DAE3D8

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

Shades of Apple Green #DAE3D8

Tints of Apple Green #DAE3D8

Color information

#DAE3D8 (or 0xDAE3D8) is unknown color: approx Apple Green. HEX triplet: DA, E3 and D8. RGB value is (218,227,216). Sum of RGB (Red+Green+Blue) = 218+227+216=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3D8 is #251C27. Grayscale: #DFDFDF. Windows color (decimal): -2432040 or 14214106. OLE color: 14214106.

HSL color Cylindrical-coordinate representation of color #DAE3D8: hue angle of 109.09º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE3D8 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB218227216-
CMYK0.0400.050.11
HSL109.09º16.42%86.86%-
HSV(B)109.09º4.85%89.02%-
XYZ68.7874.875.78-
YUV223.05124.02124.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 227 (89.06% from 255) = 34.34%
BLUE value IS 216 (84.77% from 255) = 32.68%
R=32.98%
G=34.34%
B=32.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182272160.0400.050.11109.0916.4286.86
HexDAE3D8405B6d1057
Octal3323433304051315520127
Binary110110101110001111011000100010110111101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3D8; }

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

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

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

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

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

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

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

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