#D6F3D7

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

Shades of Tara #D6F3D7

Tints of Tara #D6F3D7

Color information

#D6F3D7 (or 0xD6F3D7) is unknown color: approx Tara. HEX triplet: D6, F3 and D7. RGB value is (214,243,215). Sum of RGB (Red+Green+Blue) = 214+243+215=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3D7 is #290C28. Grayscale: #E7E7E7. Windows color (decimal): -2690089 or 14152662. OLE color: 14152662.

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

Color convert

RGB214243215-
CMYK0.1200.120.05
HSL122.07º54.72%89.61%-
HSV(B)122.07º11.93%95.29%-
XYZ72.0583.376.57-
YUV231.14118.89115.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.85%
GREEN value IS 243 (95.31% from 255) = 36.16%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=31.85%
G=36.16%
B=31.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142432150.1200.120.05122.0754.7289.61
HexD6F3D7C0C57a375a
Octal32636332714014517267132
Binary11010110111100111101011111000110010111110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3D7; }

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

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

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

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

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

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

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

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