#D6F2D7

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

Shades of Tara #D6F2D7

Tints of Tara #D6F2D7

Color information

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

HSL color Cylindrical-coordinate representation of color #D6F2D7: hue angle of 122.14º 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 #D6F2D7 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB214242215-
CMYK0.1200.110.05
HSL122.14º51.85%89.41%-
HSV(B)122.14º11.57%94.9%-
XYZ71.7582.7176.47-
YUV230.55119.22116.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142422150.1200.110.05122.1451.8589.41
HexD6F2D7C0B57a3459
Octal32636232714013517264131
Binary11010110111100101101011111000101110111110101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2D7; }

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

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

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

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

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

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

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

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