#D6EFD7

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

Shades of Tara #D6EFD7

Tints of Tara #D6EFD7

Color information

#D6EFD7 (or 0xD6EFD7) is unknown color: approx Tara. HEX triplet: D6, EF and D7. RGB value is (214,239,215). Sum of RGB (Red+Green+Blue) = 214+239+215=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFD7 is #291028. Grayscale: #E4E4E4. Windows color (decimal): -2691113 or 14151638. OLE color: 14151638.

HSL color Cylindrical-coordinate representation of color #D6EFD7: hue angle of 122.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EFD7 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB214239215-
CMYK0.1000.100.06
HSL122.4º43.86%88.82%-
HSV(B)122.4º10.46%93.73%-
XYZ70.8680.9476.18-
YUV228.79120.22117.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.04%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 215 (84.38% from 255) = 32.19%
R=32.04%
G=35.78%
B=32.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142392150.1000.100.06122.443.8688.82
HexD6EFD7A0A67a2c59
Octal32635732712012617254131
Binary11010110111011111101011110100101011011110101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFD7; }

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

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

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

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

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

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

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

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