#D6F5D7

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

Shades of Tara #D6F5D7

Tints of Tara #D6F5D7

Color information

#D6F5D7 (or 0xD6F5D7) is unknown color: approx Tara. HEX triplet: D6, F5 and D7. RGB value is (214,245,215). Sum of RGB (Red+Green+Blue) = 214+245+215=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F5D7 is #290A28. Grayscale: #E8E8E8. Windows color (decimal): -2689577 or 14153174. OLE color: 14153174.

HSL color Cylindrical-coordinate representation of color #D6F5D7: hue angle of 121.94º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6F5D7 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB214245215-
CMYK0.1300.120.04
HSL121.94º60.78%90%-
HSV(B)121.94º12.65%96.08%-
XYZ72.6584.5176.77-
YUV232.31118.23114.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.75%
GREEN value IS 245 (96.09% from 255) = 36.35%
BLUE value IS 215 (84.38% from 255) = 31.90%
R=31.75%
G=36.35%
B=31.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142452150.1300.120.04121.9460.7890
HexD6F5D7D0C47a3d5a
Octal32636532715014417275132
Binary11010110111101011101011111010110010011110101111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F5D7; }

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

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

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

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

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

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

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

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