#D7FDD6

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

Shades of Tara #D7FDD6

Tints of Tara #D7FDD6

Color information

#D7FDD6 (or 0xD7FDD6) is unknown color: approx Tara. HEX triplet: D7, FD and D6. RGB value is (215,253,214). Sum of RGB (Red+Green+Blue) = 215+253+214=682 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.52% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 214 (83.98% from 255 or 31.38% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FDD6 is #280229. Grayscale: #EDEDED. Windows color (decimal): -2621994 or 14089687. OLE color: 14089687.

HSL color Cylindrical-coordinate representation of color #D7FDD6: hue angle of 118.46º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7FDD6 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB215253214-
CMYK0.1500.150.01
HSL118.46º90.7%91.57%-
HSV(B)118.46º15.42%99.22%-
XYZ75.2989.5576.94-
YUV237.19114.91112.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.52%
GREEN value IS 253 (99.22% from 255) = 37.10%
BLUE value IS 214 (83.98% from 255) = 31.38%
R=31.52%
G=37.10%
B=31.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152532140.1500.150.01118.4690.791.57
HexD7FDD6F0F1765b5c
Octal327375326170171166133134
Binary1101011111111101110101101111011111111011010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FDD6; }

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

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

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

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

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

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

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

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