#D9DDD8

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

Shades of Apple Green #D9DDD8

Tints of Apple Green #D9DDD8

Color information

#D9DDD8 (or 0xD9DDD8) is unknown color: approx Apple Green. HEX triplet: D9, DD and D8. RGB value is (217,221,216). Sum of RGB (Red+Green+Blue) = 217+221+216=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD8 is #262227. Grayscale: #DBDBDB. Windows color (decimal): -2499112 or 14212569. OLE color: 14212569.

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

Color convert

RGB217221216-
CMYK0.0200.020.13
HSL108º6.85%85.69%-
HSV(B)108º2.26%86.67%-
XYZ66.8771.4275.23-
YUV219.23126.17126.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.18%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 216 (84.77% from 255) = 33.03%
R=33.18%
G=33.79%
B=33.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172212160.0200.020.131086.8585.69
HexD9DDD8202D6c756
Octal331335330202151547126
Binary11011001110111011101100010010110111011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDD8; }

 p { color: rgb(217,221,216); }

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

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

 a { background-color: rgb(217,221,216); }

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

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

 span { border-color: rgb(217,221,216); }

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