#D7F1D5

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

Shades of Tara #D7F1D5

Tints of Tara #D7F1D5

Color information

#D7F1D5 (or 0xD7F1D5) is unknown color: approx Tara. HEX triplet: D7, F1 and D5. RGB value is (215,241,213). Sum of RGB (Red+Green+Blue) = 215+241+213=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1D5 is #280E2A. Grayscale: #E6E6E6. Windows color (decimal): -2625067 or 14021079. OLE color: 14021079.

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

Color convert

RGB215241213-
CMYK0.1100.120.05
HSL115.71º50%89.02%-
HSV(B)115.71º11.62%94.51%-
XYZ71.4982.1675.04-
YUV230.03118.39117.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.14%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 213 (83.59% from 255) = 31.84%
R=32.14%
G=36.02%
B=31.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152412130.1100.120.05115.715089.02
HexD7F1D5B0C5743259
Octal32736132513014516462131
Binary11010111111100011101010110110110010111101001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F1D5; }

 p { color: rgb(215,241,213); }

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

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

 a { background-color: rgb(215,241,213); }

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

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

 span { border-color: rgb(215,241,213); }

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