#DADFD9

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

Shades of Apple Green #DADFD9

Tints of Apple Green #DADFD9

Color information

#DADFD9 (or 0xDADFD9) is unknown color: approx Apple Green. HEX triplet: DA, DF and D9. RGB value is (218,223,217). Sum of RGB (Red+Green+Blue) = 218+223+217=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFD9 is #252026. Grayscale: #DCDCDC. Windows color (decimal): -2433063 or 14278618. OLE color: 14278618.

HSL color Cylindrical-coordinate representation of color #DADFD9: hue angle of 110º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADFD9 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB218223217-
CMYK0.0200.030.13
HSL110º8.57%86.27%-
HSV(B)110º2.69%87.45%-
XYZ67.8372.6976.1-
YUV220.82125.84125.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 217 (85.16% from 255) = 32.98%
R=33.13%
G=33.89%
B=32.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182232170.0200.030.131108.5786.27
HexDADFD9203D6e956
Octal3323373312031515611126
Binary110110101101111111011001100111101110111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFD9; }

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

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

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

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

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

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

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

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