#D6F2D8

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

Shades of Tara #D6F2D8

Tints of Tara #D6F2D8

Color information

#D6F2D8 (or 0xD6F2D8) is unknown color: approx Tara. HEX triplet: D6, F2 and D8. RGB value is (214,242,216). Sum of RGB (Red+Green+Blue) = 214+242+216=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2D8 is #290D27. Grayscale: #E6E6E6. Windows color (decimal): -2690344 or 14217942. OLE color: 14217942.

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

Color convert

RGB214242216-
CMYK0.1200.110.05
HSL124.29º51.85%89.41%-
HSV(B)124.29º11.57%94.9%-
XYZ71.8882.7677.15-
YUV230.66119.72116.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.85%
GREEN value IS 242 (94.92% from 255) = 36.01%
BLUE value IS 216 (84.77% from 255) = 32.14%
R=31.85%
G=36.01%
B=32.14%

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
Decimal2142422160.1200.110.05124.2951.8589.41
HexD6F2D8C0B57c3459
Octal32636233014013517464131
Binary11010110111100101101100011000101110111111001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2D8; }

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

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

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

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

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

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

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

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