#D6F7D5

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

Shades of Tara #D6F7D5

Tints of Tara #D6F7D5

Color information

#D6F7D5 (or 0xD6F7D5) is unknown color: approx Tara. HEX triplet: D6, F7 and D5. RGB value is (214,247,213). Sum of RGB (Red+Green+Blue) = 214+247+213=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F7D5 is #29082A. Grayscale: #E9E9E9. Windows color (decimal): -2689067 or 14022614. OLE color: 14022614.

HSL color Cylindrical-coordinate representation of color #D6F7D5: hue angle of 118.24º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6F7D5 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB214247213-
CMYK0.1300.140.03
HSL118.24º68%90.2%-
HSV(B)118.24º13.77%96.86%-
XYZ7385.6275.63-
YUV233.26116.57114.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.75%
GREEN value IS 247 (96.88% from 255) = 36.65%
BLUE value IS 213 (83.59% from 255) = 31.60%
R=31.75%
G=36.65%
B=31.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142472130.1300.140.03118.246890.2
HexD6F7D5D0E376445a
Octal326367325150163166104132
Binary11010110111101111101010111010111011111011010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F7D5; }

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

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

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

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

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

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

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

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