#D7FAD5

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

Shades of Tara #D7FAD5

Tints of Tara #D7FAD5

Color information

#D7FAD5 (or 0xD7FAD5) is unknown color: approx Tara. HEX triplet: D7, FA and D5. RGB value is (215,250,213). Sum of RGB (Red+Green+Blue) = 215+250+213=678 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.71% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 213 (83.59% from 255 or 31.42% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FAD5 is #28052A. Grayscale: #EBEBEB. Windows color (decimal): -2622763 or 14023383. OLE color: 14023383.

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

Color convert

RGB215250213-
CMYK0.1400.150.02
HSL116.76º78.72%90.78%-
HSV(B)116.76º14.8%98.04%-
XYZ74.2287.6275.95-
YUV235.32115.4113.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.71%
GREEN value IS 250 (98.05% from 255) = 36.87%
BLUE value IS 213 (83.59% from 255) = 31.42%
R=31.71%
G=36.87%
B=31.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152502130.1400.150.02116.7678.7290.78
HexD7FAD5E0F2754f5b
Octal327372325160172165117133
Binary11010111111110101101010111100111110111010110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FAD5; }

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

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

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

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

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

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

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

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