#D7DDD6

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

Shades of Apple Green #D7DDD6

Tints of Apple Green #D7DDD6

Color information

#D7DDD6 (or 0xD7DDD6) is unknown color: approx Apple Green. HEX triplet: D7, DD and D6. RGB value is (215,221,214). Sum of RGB (Red+Green+Blue) = 215+221+214=650 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.08% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDD6 is #282229. Grayscale: #DADADA. Windows color (decimal): -2630186 or 14081495. OLE color: 14081495.

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

Color convert

RGB215221214-
CMYK0.0300.030.13
HSL111.43º9.33%85.29%-
HSV(B)111.43º3.17%86.67%-
XYZ66.0271.0273.85-
YUV218.41125.51125.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.08%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 214 (83.98% from 255) = 32.92%
R=33.08%
G=34%
B=32.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152212140.0300.030.13111.439.3385.29
HexD7DDD6303D6f955
Octal3273353263031515711125
Binary110101111101110111010110110111101110111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDD6; }

 p { color: rgb(215,221,214); }

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

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

 a { background-color: rgb(215,221,214); }

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

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

 span { border-color: rgb(215,221,214); }

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