#D7F2D6

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

Shades of Tara #D7F2D6

Tints of Tara #D7F2D6

Color information

#D7F2D6 (or 0xD7F2D6) is unknown color: approx Tara. HEX triplet: D7, F2 and D6. RGB value is (215,242,214). Sum of RGB (Red+Green+Blue) = 215+242+214=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2D6 is #280D29. Grayscale: #E6E6E6. Windows color (decimal): -2624810 or 14086871. OLE color: 14086871.

HSL color Cylindrical-coordinate representation of color #D7F2D6: hue angle of 117.86º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7F2D6 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB215242214-
CMYK0.1100.120.05
HSL117.86º51.85%89.41%-
HSV(B)117.86º11.57%94.9%-
XYZ71.9182.8175.81-
YUV230.74118.55116.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.04%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 214 (83.98% from 255) = 31.89%
R=32.04%
G=36.07%
B=31.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152422140.1100.120.05117.8651.8589.41
HexD7F2D6B0C5763459
Octal32736232613014516664131
Binary11010111111100101101011010110110010111101101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F2D6; }

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

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

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

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

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

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

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

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