#D6FAD5

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

Shades of Tara #D6FAD5

Tints of Tara #D6FAD5

Color information

#D6FAD5 (or 0xD6FAD5) is unknown color: approx Tara. HEX triplet: D6, FA and D5. RGB value is (214,250,213). Sum of RGB (Red+Green+Blue) = 214+250+213=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 213 (83.59% from 255 or 31.46% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FAD5 is #29052A. Grayscale: #EBEBEB. Windows color (decimal): -2688299 or 14023382. OLE color: 14023382.

HSL color Cylindrical-coordinate representation of color #D6FAD5: hue angle of 118.38º 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 #D6FAD5 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB214250213-
CMYK0.1400.150.02
HSL118.38º78.72%90.78%-
HSV(B)118.38º14.8%98.04%-
XYZ73.9387.4775.94-
YUV235.02115.57113.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.61%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 213 (83.59% from 255) = 31.46%
R=31.61%
G=36.93%
B=31.46%

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
Decimal2142502130.1400.150.02118.3878.7290.78
HexD6FAD5E0F2764f5b
Octal326372325160172166117133
Binary11010110111110101101010111100111110111011010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FAD5; }

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

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

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

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

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

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

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

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