#D7FAD7

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

Shades of Tara #D7FAD7

Tints of Tara #D7FAD7

Color information

#D7FAD7 (or 0xD7FAD7) is unknown color: approx Tara. HEX triplet: D7, FA and D7. RGB value is (215,250,215). Sum of RGB (Red+Green+Blue) = 215+250+215=680 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.62% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 215 (84.38% from 255 or 31.62% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FAD7 is #280528. Grayscale: #EBEBEB. Windows color (decimal): -2622761 or 14154455. OLE color: 14154455.

HSL color Cylindrical-coordinate representation of color #D7FAD7: hue angle of 120º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7FAD7 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB215250215-
CMYK0.1400.140.02
HSL120º77.78%91.18%-
HSV(B)120º14%98.04%-
XYZ74.4887.7277.3-
YUV235.54116.4113.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.62%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 215 (84.38% from 255) = 31.62%
R=31.62%
G=36.76%
B=31.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152502150.1400.140.0212077.7891.18
HexD7FAD7E0E2784e5b
Octal327372327160162170116133
Binary11010111111110101101011111100111010111100010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FAD7; }

 p { color: rgb(215,250,215); }

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

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

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

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

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

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

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