#DAE3D9

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

Shades of Apple Green #DAE3D9

Tints of Apple Green #DAE3D9

Color information

#DAE3D9 (or 0xDAE3D9) is unknown color: approx Apple Green. HEX triplet: DA, E3 and D9. RGB value is (218,227,217). Sum of RGB (Red+Green+Blue) = 218+227+217=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3D9 is #251C26. Grayscale: #DFDFDF. Windows color (decimal): -2432039 or 14279642. OLE color: 14279642.

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

Color convert

RGB218227217-
CMYK0.0400.040.11
HSL114º15.15%87.06%-
HSV(B)114º4.41%89.02%-
XYZ68.9174.8576.46-
YUV223.17124.52124.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.93%
GREEN value IS 227 (89.06% from 255) = 34.29%
BLUE value IS 217 (85.16% from 255) = 32.78%
R=32.93%
G=34.29%
B=32.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182272170.0400.040.1111415.1587.06
HexDAE3D9404B72f57
Octal3323433314041316217127
Binary11011010111000111101100110001001011111001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3D9; }

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

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

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

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

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

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

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

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