#D6E0D5

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

Shades of Apple Green #D6E0D5

Tints of Apple Green #D6E0D5

Color information

#D6E0D5 (or 0xD6E0D5) is unknown color: approx Apple Green. HEX triplet: D6, E0 and D5. RGB value is (214,224,213). Sum of RGB (Red+Green+Blue) = 214+224+213=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0D5 is #291F2A. Grayscale: #DBDBDB. Windows color (decimal): -2694955 or 14016726. OLE color: 14016726.

HSL color Cylindrical-coordinate representation of color #D6E0D5: hue angle of 114.55º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6E0D5 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB214224213-
CMYK0.0400.050.12
HSL114.55º15.07%85.69%-
HSV(B)114.55º4.91%87.84%-
XYZ66.472.4173.43-
YUV219.76124.19123.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.87%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 213 (83.59% from 255) = 32.72%
R=32.87%
G=34.41%
B=32.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142242130.0400.050.12114.5515.0785.69
HexD6E0D5405C73f56
Octal3263403254051416317126
Binary11010110111000001101010110001011100111001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E0D5; }

 p { color: rgb(214,224,213); }

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

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

 a { background-color: rgb(214,224,213); }

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

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

 span { border-color: rgb(214,224,213); }

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